pub struct CharLexer;Expand description
A lexer for a single character.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CharLexer
impl RefUnwindSafe for CharLexer
impl Send for CharLexer
impl Sync for CharLexer
impl Unpin for CharLexer
impl UnwindSafe for CharLexer
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