Variants
String(&'a [u8])
Parameter(Kind)
Trait Implementations
sourceimpl<'a> PartialEq<NodeKind<'a>> for NodeKind<'a>
impl<'a> PartialEq<NodeKind<'a>> for NodeKind<'a>
impl<'a> Copy for NodeKind<'a>
impl<'a> Eq for NodeKind<'a>
impl<'a> StructuralEq for NodeKind<'a>
impl<'a> StructuralPartialEq for NodeKind<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for NodeKind<'a>
impl<'a> Send for NodeKind<'a>
impl<'a> Sync for NodeKind<'a>
impl<'a> Unpin for NodeKind<'a>
impl<'a> UnwindSafe for NodeKind<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more