pub struct Lexer<'source> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'source> Freeze for Lexer<'source>
impl<'source> RefUnwindSafe for Lexer<'source>
impl<'source> Send for Lexer<'source>
impl<'source> Sync for Lexer<'source>
impl<'source> Unpin for Lexer<'source>
impl<'source> UnsafeUnpin for Lexer<'source>
impl<'source> UnwindSafe for Lexer<'source>
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