pub enum Kind<NT> {
Text,
Option,
Repeat,
Elem,
Group,
Symbol(NT),
}
Variants§
Auto Trait Implementations§
impl<NT> Freeze for Kind<NT>where
NT: Freeze,
impl<NT> RefUnwindSafe for Kind<NT>where
NT: RefUnwindSafe,
impl<NT> Send for Kind<NT>where
NT: Send,
impl<NT> Sync for Kind<NT>where
NT: Sync,
impl<NT> Unpin for Kind<NT>where
NT: Unpin,
impl<NT> UnwindSafe for Kind<NT>where
NT: UnwindSafe,
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