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