pub struct VIndexWithEIndex<V, E>(/* private fields */);
Trait Implementations§
Source§impl<V, E> AdjacencyIndex for VIndexWithEIndex<V, E>
impl<V, E> AdjacencyIndex for VIndexWithEIndex<V, E>
Source§impl<V, E> AdjacencyIndexWithEindex for VIndexWithEIndex<V, E>
impl<V, E> AdjacencyIndexWithEindex for VIndexWithEIndex<V, E>
Source§impl<V: Clone, E: Clone> Clone for VIndexWithEIndex<V, E>
impl<V: Clone, E: Clone> Clone for VIndexWithEIndex<V, E>
Source§fn clone(&self) -> VIndexWithEIndex<V, E>
fn clone(&self) -> VIndexWithEIndex<V, E>
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<V, E> From<(V, E)> for VIndexWithEIndex<V, E>
impl<V, E> From<(V, E)> for VIndexWithEIndex<V, E>
Source§impl<V: Ord, E: Ord> Ord for VIndexWithEIndex<V, E>
impl<V: Ord, E: Ord> Ord for VIndexWithEIndex<V, E>
Source§fn cmp(&self, other: &VIndexWithEIndex<V, E>) -> Ordering
fn cmp(&self, other: &VIndexWithEIndex<V, E>) -> 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<V: PartialOrd, E: PartialOrd> PartialOrd for VIndexWithEIndex<V, E>
impl<V: PartialOrd, E: PartialOrd> PartialOrd for VIndexWithEIndex<V, E>
impl<V: Copy, E: Copy> Copy for VIndexWithEIndex<V, E>
impl<V: Eq, E: Eq> Eq for VIndexWithEIndex<V, E>
impl<V, E> StructuralPartialEq for VIndexWithEIndex<V, E>
Auto Trait Implementations§
impl<V, E> Freeze for VIndexWithEIndex<V, E>
impl<V, E> RefUnwindSafe for VIndexWithEIndex<V, E>where
V: RefUnwindSafe,
E: RefUnwindSafe,
impl<V, E> Send for VIndexWithEIndex<V, E>
impl<V, E> Sync for VIndexWithEIndex<V, E>
impl<V, E> Unpin for VIndexWithEIndex<V, E>
impl<V, E> UnwindSafe for VIndexWithEIndex<V, E>where
V: UnwindSafe,
E: UnwindSafe,
Blanket Implementations§
Source§impl<T> AsTotalOrd for Twhere
T: PartialOrd,
impl<T> AsTotalOrd for Twhere
T: PartialOrd,
fn as_total_ord(&self) -> TotalOrd<&T>
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