pub struct FeatureStructureNodeId(/* private fields */);Expand description
Stable identifier for a node in a FeatureStructure.
Trait Implementations§
Source§impl Clone for FeatureStructureNodeId
impl Clone for FeatureStructureNodeId
Source§fn clone(&self) -> FeatureStructureNodeId
fn clone(&self) -> FeatureStructureNodeId
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 FeatureStructureNodeId
Source§impl Debug for FeatureStructureNodeId
impl Debug for FeatureStructureNodeId
impl Eq for FeatureStructureNodeId
Source§impl Hash for FeatureStructureNodeId
impl Hash for FeatureStructureNodeId
Source§impl Ord for FeatureStructureNodeId
impl Ord for FeatureStructureNodeId
Source§fn cmp(&self, other: &FeatureStructureNodeId) -> Ordering
fn cmp(&self, other: &FeatureStructureNodeId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FeatureStructureNodeId
impl PartialEq for FeatureStructureNodeId
Source§fn eq(&self, other: &FeatureStructureNodeId) -> bool
fn eq(&self, other: &FeatureStructureNodeId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for FeatureStructureNodeId
impl PartialOrd for FeatureStructureNodeId
impl StructuralPartialEq for FeatureStructureNodeId
Auto Trait Implementations§
impl Freeze for FeatureStructureNodeId
impl RefUnwindSafe for FeatureStructureNodeId
impl Send for FeatureStructureNodeId
impl Sync for FeatureStructureNodeId
impl Unpin for FeatureStructureNodeId
impl UnsafeUnpin for FeatureStructureNodeId
impl UnwindSafe for FeatureStructureNodeId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.