pub struct Edge<E, N, C> { /* private fields */ }Expand description
One immutable graph edge.
Implementations§
Trait Implementations§
impl<E: Eq, N: Eq, C: Eq> Eq for Edge<E, N, C>
Source§impl<E: Ord, N: Ord, C: Ord> Ord for Edge<E, N, C>
impl<E: Ord, N: Ord, C: Ord> Ord for Edge<E, N, C>
1.21.0 (const: unstable) · 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<E: PartialOrd, N: PartialOrd, C: PartialOrd> PartialOrd for Edge<E, N, C>
impl<E: PartialOrd, N: PartialOrd, C: PartialOrd> PartialOrd for Edge<E, N, C>
impl<E: PartialEq, N: PartialEq, C: PartialEq> StructuralPartialEq for Edge<E, N, C>
Auto Trait Implementations§
impl<E, N, C> Freeze for Edge<E, N, C>
impl<E, N, C> RefUnwindSafe for Edge<E, N, C>
impl<E, N, C> Send for Edge<E, N, C>
impl<E, N, C> Sync for Edge<E, N, C>
impl<E, N, C> Unpin for Edge<E, N, C>
impl<E, N, C> UnsafeUnpin for Edge<E, N, C>
impl<E, N, C> UnwindSafe for Edge<E, N, C>
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<T> FingerprintValue for Twhere
T: Hash,
impl<T> FingerprintValue for Twhere
T: Hash,
Source§fn incremental_fingerprint(&self) -> ValueFingerprint
fn incremental_fingerprint(&self) -> ValueFingerprint
Returns a compact value identity for incremental cutoff.