pub struct EdgeIndex<Ix = DefaultIx>where
    Ix: IndexType,{ /* private fields */ }Expand description
Adjacency list edge index type, a pair of integers.
Trait Implementations§
Source§impl<Ix> Ord for EdgeIndex<Ix>
 
impl<Ix> Ord for EdgeIndex<Ix>
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<Ix> PartialOrd for EdgeIndex<Ix>where
    Ix: IndexType + PartialOrd,
 
impl<Ix> PartialOrd for EdgeIndex<Ix>where
    Ix: IndexType + PartialOrd,
impl<Ix> Copy for EdgeIndex<Ix>
impl<Ix> Eq for EdgeIndex<Ix>
impl<Ix> StructuralPartialEq for EdgeIndex<Ix>where
    Ix: IndexType,
Auto Trait Implementations§
impl<Ix> Freeze for EdgeIndex<Ix>where
    Ix: Freeze,
impl<Ix> RefUnwindSafe for EdgeIndex<Ix>where
    Ix: RefUnwindSafe,
impl<Ix> Send for EdgeIndex<Ix>where
    Ix: Send,
impl<Ix> Sync for EdgeIndex<Ix>where
    Ix: Sync,
impl<Ix> Unpin for EdgeIndex<Ix>where
    Ix: Unpin,
impl<Ix> UnwindSafe for EdgeIndex<Ix>where
    Ix: 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
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§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.