pub enum ParseKind {
Unknown,
Req,
Cal,
Sem,
}
Variants§
Trait Implementations§
impl StructuralPartialEq for ParseKind
Auto Trait Implementations§
impl Freeze for ParseKind
impl RefUnwindSafe for ParseKind
impl Send for ParseKind
impl Sync for ParseKind
impl Unpin for ParseKind
impl UnwindSafe for ParseKind
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