pub enum SymbolLexResult {
Continued(SymbolState),
Interrupted(Token),
}
Variants§
Continued(SymbolState)
Interrupted(Token)
Auto Trait Implementations§
impl Freeze for SymbolLexResult
impl RefUnwindSafe for SymbolLexResult
impl Send for SymbolLexResult
impl Sync for SymbolLexResult
impl Unpin for SymbolLexResult
impl UnwindSafe for SymbolLexResult
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