pub struct StaticDirectedEdge<N: Num>(/* private fields */);Trait Implementations§
Source§impl<N: Num> Bounded for StaticDirectedEdge<N>
impl<N: Num> Bounded for StaticDirectedEdge<N>
Source§impl<N: Clone + Num> Clone for StaticDirectedEdge<N>
impl<N: Clone + Num> Clone for StaticDirectedEdge<N>
Source§fn clone(&self) -> StaticDirectedEdge<N>
fn clone(&self) -> StaticDirectedEdge<N>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<N: Ord + Num> Ord for StaticDirectedEdge<N>
impl<N: Ord + Num> Ord for StaticDirectedEdge<N>
Source§fn cmp(&self, other: &StaticDirectedEdge<N>) -> Ordering
fn cmp(&self, other: &StaticDirectedEdge<N>) -> Ordering
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<N: PartialEq + Num> PartialEq for StaticDirectedEdge<N>
impl<N: PartialEq + Num> PartialEq for StaticDirectedEdge<N>
Source§fn eq(&self, other: &StaticDirectedEdge<N>) -> bool
fn eq(&self, other: &StaticDirectedEdge<N>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<N: PartialOrd + Num> PartialOrd for StaticDirectedEdge<N>
impl<N: PartialOrd + Num> PartialOrd for StaticDirectedEdge<N>
impl<N: Copy + Num> Copy for StaticDirectedEdge<N>
impl<N: Eq + Num> Eq for StaticDirectedEdge<N>
impl<N: Num> StructuralPartialEq for StaticDirectedEdge<N>
Auto Trait Implementations§
impl<N> Freeze for StaticDirectedEdge<N>where
N: Freeze,
impl<N> RefUnwindSafe for StaticDirectedEdge<N>where
N: RefUnwindSafe,
impl<N> Send for StaticDirectedEdge<N>where
N: Send,
impl<N> Sync for StaticDirectedEdge<N>where
N: Sync,
impl<N> Unpin for StaticDirectedEdge<N>where
N: Unpin,
impl<N> UnsafeUnpin for StaticDirectedEdge<N>where
N: UnsafeUnpin,
impl<N> UnwindSafe for StaticDirectedEdge<N>where
N: UnwindSafe,
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