Struct wast::lexer::WasmString
source · [−]pub struct WasmString<'a>(_);
Expand description
A parsed string.
Implementations
Trait Implementations
sourceimpl<'a> Debug for WasmString<'a>
impl<'a> Debug for WasmString<'a>
sourceimpl<'a> PartialEq<WasmString<'a>> for WasmString<'a>
impl<'a> PartialEq<WasmString<'a>> for WasmString<'a>
sourcefn eq(&self, other: &WasmString<'a>) -> bool
fn eq(&self, other: &WasmString<'a>) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &WasmString<'a>) -> bool
fn ne(&self, other: &WasmString<'a>) -> bool
This method tests for !=
.
impl<'a> StructuralPartialEq for WasmString<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for WasmString<'a>
impl<'a> Send for WasmString<'a>
impl<'a> Sync for WasmString<'a>
impl<'a> Unpin for WasmString<'a>
impl<'a> UnwindSafe for WasmString<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more