pub struct Lexer<TokenType> { /* private fields */ }Expand description
Represents a finished Lexer
Implementations§
Auto Trait Implementations§
impl<TokenType> Freeze for Lexer<TokenType>
impl<TokenType> RefUnwindSafe for Lexer<TokenType>
impl<TokenType> Send for Lexer<TokenType>
impl<TokenType> Sync for Lexer<TokenType>
impl<TokenType> Unpin for Lexer<TokenType>
impl<TokenType> UnwindSafe for Lexer<TokenType>
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