pub struct SkewPathNode<Idx = usize> { /* private fields */ }Expand description
An opaque node used in the a SkewPath.
Trait Implementations§
Source§impl<Idx: Clone> Clone for SkewPathNode<Idx>
impl<Idx: Clone> Clone for SkewPathNode<Idx>
Source§fn clone(&self) -> SkewPathNode<Idx>
fn clone(&self) -> SkewPathNode<Idx>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<Idx: Debug> Debug for SkewPathNode<Idx>
impl<Idx: Debug> Debug for SkewPathNode<Idx>
Source§impl<Idx: Hash> Hash for SkewPathNode<Idx>
impl<Idx: Hash> Hash for SkewPathNode<Idx>
Source§impl<Idx: Ord> Ord for SkewPathNode<Idx>
impl<Idx: Ord> Ord for SkewPathNode<Idx>
Source§fn cmp(&self, other: &SkewPathNode<Idx>) -> Ordering
fn cmp(&self, other: &SkewPathNode<Idx>) -> Ordering
1.21.0 · 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<Idx: PartialEq> PartialEq for SkewPathNode<Idx>
impl<Idx: PartialEq> PartialEq for SkewPathNode<Idx>
Source§impl<Idx: PartialOrd> PartialOrd for SkewPathNode<Idx>
impl<Idx: PartialOrd> PartialOrd for SkewPathNode<Idx>
impl<Idx: Eq> Eq for SkewPathNode<Idx>
impl<Idx> StructuralPartialEq for SkewPathNode<Idx>
Auto Trait Implementations§
impl<Idx> Freeze for SkewPathNode<Idx>where
Idx: Freeze,
impl<Idx> RefUnwindSafe for SkewPathNode<Idx>where
Idx: RefUnwindSafe,
impl<Idx> Send for SkewPathNode<Idx>where
Idx: Send,
impl<Idx> Sync for SkewPathNode<Idx>where
Idx: Sync,
impl<Idx> Unpin for SkewPathNode<Idx>where
Idx: Unpin,
impl<Idx> UnwindSafe for SkewPathNode<Idx>where
Idx: 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