[][src]Struct skew_forest::SkewPathNode

pub struct SkewPathNode<Idx = usize> { /* fields omitted */ }

An opaque node used in the a SkewPath.

Trait Implementations

impl<Idx: Clone> Clone for SkewPathNode<Idx>[src]

impl<Idx: Debug> Debug for SkewPathNode<Idx>[src]

impl<Idx: Eq> Eq for SkewPathNode<Idx>[src]

impl<Idx: Hash> Hash for SkewPathNode<Idx>[src]

impl<Idx: Ord> Ord for SkewPathNode<Idx>[src]

impl<Idx: PartialEq> PartialEq<SkewPathNode<Idx>> for SkewPathNode<Idx>[src]

impl<Idx: PartialOrd> PartialOrd<SkewPathNode<Idx>> for SkewPathNode<Idx>[src]

impl<Idx> StructuralEq for SkewPathNode<Idx>[src]

impl<Idx> StructuralPartialEq for SkewPathNode<Idx>[src]

Auto Trait Implementations

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

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.