pub struct DenseNodeId(/* private fields */);Expand description
Compact dense node index used in algorithmic paths.
Implementations§
Trait Implementations§
Source§impl Clone for DenseNodeId
impl Clone for DenseNodeId
Source§fn clone(&self) -> DenseNodeId
fn clone(&self) -> DenseNodeId
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 DenseNodeId
Source§impl Debug for DenseNodeId
impl Debug for DenseNodeId
impl Eq for DenseNodeId
Source§impl Hash for DenseNodeId
impl Hash for DenseNodeId
Source§impl Ord for DenseNodeId
impl Ord for DenseNodeId
Source§fn cmp(&self, other: &DenseNodeId) -> Ordering
fn cmp(&self, other: &DenseNodeId) -> 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 DenseNodeId
impl PartialEq for DenseNodeId
Source§impl PartialOrd for DenseNodeId
impl PartialOrd for DenseNodeId
impl StructuralPartialEq for DenseNodeId
Auto Trait Implementations§
impl Freeze for DenseNodeId
impl RefUnwindSafe for DenseNodeId
impl Send for DenseNodeId
impl Sync for DenseNodeId
impl Unpin for DenseNodeId
impl UnsafeUnpin for DenseNodeId
impl UnwindSafe for DenseNodeId
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