pub struct DefaultLexer;
Trait Implementations§
Source§impl Default for DefaultLexer
impl Default for DefaultLexer
Source§fn default() -> DefaultLexer
fn default() -> DefaultLexer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DefaultLexer
impl RefUnwindSafe for DefaultLexer
impl Send for DefaultLexer
impl Sync for DefaultLexer
impl Unpin for DefaultLexer
impl UnwindSafe for DefaultLexer
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