pub struct EdgeReference<'a, E, Ix: IndexType, S: Shape> { /* private fields */ }
Expand description
Reference of Edge data (EdgeIndex, EdgeWeight, direction) in SquareGraph
.
Trait Implementations§
Source§impl<'a, E: Debug, Ix: Debug + IndexType, S: Debug + Shape> Debug for EdgeReference<'a, E, Ix, S>
impl<'a, E: Debug, Ix: Debug + IndexType, S: Debug + Shape> Debug for EdgeReference<'a, E, Ix, S>
Source§impl<'a, E: Copy, Ix: IndexType, S: Shape> EdgeRef for EdgeReference<'a, E, Ix, S>
impl<'a, E: Copy, Ix: IndexType, S: Shape> EdgeRef for EdgeReference<'a, E, Ix, S>
Source§impl<'a, E: Hash, Ix: Hash + IndexType, S: Hash + Shape> Hash for EdgeReference<'a, E, Ix, S>
impl<'a, E: Hash, Ix: Hash + IndexType, S: Hash + Shape> Hash for EdgeReference<'a, E, Ix, S>
Source§impl<'a, E: Ord, Ix: Ord + IndexType, S: Ord + Shape> Ord for EdgeReference<'a, E, Ix, S>
impl<'a, E: Ord, Ix: Ord + IndexType, S: Ord + Shape> Ord for EdgeReference<'a, E, Ix, S>
Source§fn cmp(&self, other: &EdgeReference<'a, E, Ix, S>) -> Ordering
fn cmp(&self, other: &EdgeReference<'a, E, Ix, S>) -> 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<'a, E: PartialEq, Ix: PartialEq + IndexType, S: PartialEq + Shape> PartialEq for EdgeReference<'a, E, Ix, S>
impl<'a, E: PartialEq, Ix: PartialEq + IndexType, S: PartialEq + Shape> PartialEq for EdgeReference<'a, E, Ix, S>
Source§impl<'a, E: PartialOrd, Ix: PartialOrd + IndexType, S: PartialOrd + Shape> PartialOrd for EdgeReference<'a, E, Ix, S>where
S::SizeInfo: PartialOrd,
impl<'a, E: PartialOrd, Ix: PartialOrd + IndexType, S: PartialOrd + Shape> PartialOrd for EdgeReference<'a, E, Ix, S>where
S::SizeInfo: PartialOrd,
impl<'a, E, Ix: IndexType, S: Shape> Copy for EdgeReference<'a, E, Ix, S>
impl<'a, E: Eq, Ix: Eq + IndexType, S: Eq + Shape> Eq for EdgeReference<'a, E, Ix, S>
impl<'a, E, Ix: IndexType, S: Shape> StructuralPartialEq for EdgeReference<'a, E, Ix, S>
Auto Trait Implementations§
impl<'a, E, Ix, S> Freeze for EdgeReference<'a, E, Ix, S>
impl<'a, E, Ix, S> RefUnwindSafe for EdgeReference<'a, E, Ix, S>
impl<'a, E, Ix, S> Send for EdgeReference<'a, E, Ix, S>
impl<'a, E, Ix, S> Sync for EdgeReference<'a, E, Ix, S>
impl<'a, E, Ix, S> Unpin for EdgeReference<'a, E, Ix, S>
impl<'a, E, Ix, S> UnwindSafe for EdgeReference<'a, E, Ix, S>
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<T> ConstOrValue<T> for T
impl<T> ConstOrValue<T> for T
Source§const IS_CONST_WRAP: bool = false
const IS_CONST_WRAP: bool = false
get wheter the type is const generic wrapper.
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.