pub enum NodeMatchKind {
ExactHandle,
PathComponent,
RefId,
Label,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for NodeMatchKind
impl Clone for NodeMatchKind
Source§fn clone(&self) -> NodeMatchKind
fn clone(&self) -> NodeMatchKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NodeMatchKind
Source§impl Debug for NodeMatchKind
impl Debug for NodeMatchKind
impl Eq for NodeMatchKind
Source§impl PartialEq for NodeMatchKind
impl PartialEq for NodeMatchKind
Source§fn eq(&self, other: &NodeMatchKind) -> bool
fn eq(&self, other: &NodeMatchKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NodeMatchKind
Auto Trait Implementations§
impl Freeze for NodeMatchKind
impl RefUnwindSafe for NodeMatchKind
impl Send for NodeMatchKind
impl Sync for NodeMatchKind
impl Unpin for NodeMatchKind
impl UnsafeUnpin for NodeMatchKind
impl UnwindSafe for NodeMatchKind
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