pub enum Kind<'a> {
Token(&'a SourceCodeTrace),
EndOfInput(&'a SourceCodeTrace),
FailedPrecondition,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Kind<'a>
impl<'a> Send for Kind<'a>
impl<'a> Sync for Kind<'a>
impl<'a> Unpin for Kind<'a>
impl<'a> UnwindSafe for Kind<'a>
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