pub struct VIndexWithEIndexValue<V, E, T>(/* private fields */);
Implementations§
Source§impl<V, E, T> VIndexWithEIndexValue<V, E, T>
impl<V, E, T> VIndexWithEIndexValue<V, E, T>
pub fn map<U, F>(self, f: F) -> VIndexWithEIndexValue<V, E, U>where
F: FnMut(T) -> U,
Trait Implementations§
Source§impl<V, E, T> AdjacencyIndex for VIndexWithEIndexValue<V, E, T>
impl<V, E, T> AdjacencyIndex for VIndexWithEIndexValue<V, E, T>
Source§impl<V, E, T> AdjacencyIndexWithEindex for VIndexWithEIndexValue<V, E, T>
impl<V, E, T> AdjacencyIndexWithEindex for VIndexWithEIndexValue<V, E, T>
Source§impl<V, E, T> AdjacencyIndexWithValue for VIndexWithEIndexValue<V, E, T>
impl<V, E, T> AdjacencyIndexWithValue for VIndexWithEIndexValue<V, E, T>
Source§impl<V: Clone, E: Clone, T: Clone> Clone for VIndexWithEIndexValue<V, E, T>
impl<V: Clone, E: Clone, T: Clone> Clone for VIndexWithEIndexValue<V, E, T>
Source§fn clone(&self) -> VIndexWithEIndexValue<V, E, T>
fn clone(&self) -> VIndexWithEIndexValue<V, E, T>
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, T> From<(V, E, T)> for VIndexWithEIndexValue<V, E, T>
impl<V, E, T> From<(V, E, T)> for VIndexWithEIndexValue<V, E, T>
Source§impl<V: Ord, E: Ord, T: Ord> Ord for VIndexWithEIndexValue<V, E, T>
impl<V: Ord, E: Ord, T: Ord> Ord for VIndexWithEIndexValue<V, E, T>
Source§fn cmp(&self, other: &VIndexWithEIndexValue<V, E, T>) -> Ordering
fn cmp(&self, other: &VIndexWithEIndexValue<V, E, T>) -> 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: PartialEq, E: PartialEq, T: PartialEq> PartialEq for VIndexWithEIndexValue<V, E, T>
impl<V: PartialEq, E: PartialEq, T: PartialEq> PartialEq for VIndexWithEIndexValue<V, E, T>
Source§fn eq(&self, other: &VIndexWithEIndexValue<V, E, T>) -> bool
fn eq(&self, other: &VIndexWithEIndexValue<V, E, T>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl<V: PartialOrd, E: PartialOrd, T: PartialOrd> PartialOrd for VIndexWithEIndexValue<V, E, T>
impl<V: PartialOrd, E: PartialOrd, T: PartialOrd> PartialOrd for VIndexWithEIndexValue<V, E, T>
impl<V: Copy, E: Copy, T: Copy> Copy for VIndexWithEIndexValue<V, E, T>
impl<V: Eq, E: Eq, T: Eq> Eq for VIndexWithEIndexValue<V, E, T>
impl<V, E, T> StructuralPartialEq for VIndexWithEIndexValue<V, E, T>
Auto Trait Implementations§
impl<V, E, T> Freeze for VIndexWithEIndexValue<V, E, T>
impl<V, E, T> RefUnwindSafe for VIndexWithEIndexValue<V, E, T>
impl<V, E, T> Send for VIndexWithEIndexValue<V, E, T>
impl<V, E, T> Sync for VIndexWithEIndexValue<V, E, T>
impl<V, E, T> Unpin for VIndexWithEIndexValue<V, E, T>
impl<V, E, T> UnwindSafe for VIndexWithEIndexValue<V, E, T>
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