pub enum LexerKind {
LRNonStreamingLexer,
}
Variants§
LRNonStreamingLexer
Auto Trait Implementations§
impl Freeze for LexerKind
impl RefUnwindSafe for LexerKind
impl Send for LexerKind
impl Sync for LexerKind
impl Unpin for LexerKind
impl UnwindSafe for LexerKind
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