pub struct LexerContext { /* private fields */ }
Expand description
A context used by the lexer to match tokens.
Implementations§
Auto Trait Implementations§
impl Freeze for LexerContext
impl RefUnwindSafe for LexerContext
impl Send for LexerContext
impl Sync for LexerContext
impl Unpin for LexerContext
impl UnwindSafe for LexerContext
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