pub enum WastLexer {}
Auto Trait Implementations§
impl Freeze for WastLexer
impl RefUnwindSafe for WastLexer
impl Send for WastLexer
impl Sync for WastLexer
impl Unpin for WastLexer
impl UnwindSafe for WastLexer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more