Struct lattice_graph::square::EdgeReference [−][src]
Expand description
Reference of Edge data (EdgeIndex, EdgeWeight, direction) in SquareGraph.
Trait Implementations
type Weight = EThis method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
impl<'a, E: PartialOrd, Ix: PartialOrd + IndexType, S: PartialOrd + Shape> PartialOrd<EdgeReference<'a, E, Ix, S>> for EdgeReference<'a, E, Ix, S> where
S::SizeInfo: PartialOrd,
impl<'a, E: PartialOrd, Ix: PartialOrd + IndexType, S: PartialOrd + Shape> PartialOrd<EdgeReference<'a, E, Ix, S>> for EdgeReference<'a, E, Ix, S> where
S::SizeInfo: PartialOrd, This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl<'a, E, Ix, S> RefUnwindSafe for EdgeReference<'a, E, Ix, S> where
E: RefUnwindSafe,
Ix: RefUnwindSafe,
<S as Shape>::SizeInfo: RefUnwindSafe, impl<'a, E, Ix, S> Send for EdgeReference<'a, E, Ix, S> where
E: Sync,
Ix: Send,
<S as Shape>::SizeInfo: Send, impl<'a, E, Ix, S> Sync for EdgeReference<'a, E, Ix, S> where
E: Sync,
Ix: Sync,
<S as Shape>::SizeInfo: Sync, impl<'a, E, Ix, S> Unpin for EdgeReference<'a, E, Ix, S> where
Ix: Unpin,
<S as Shape>::SizeInfo: Unpin, impl<'a, E, Ix, S> UnwindSafe for EdgeReference<'a, E, Ix, S> where
E: RefUnwindSafe,
Ix: UnwindSafe,
<S as Shape>::SizeInfo: UnwindSafe, Blanket Implementations
Mutably borrows from an owned value. Read more
get wheter the type is const generic wrapper.
Compare self to key and return true if they are equal.