pub struct StaticDirectedEdge<N>(/* private fields */)
where
N: Num;Trait Implementations§
Source§impl<N> Bounded for StaticDirectedEdge<N>where
N: Num,
impl<N> Bounded for StaticDirectedEdge<N>where
N: Num,
Source§fn max_value() -> StaticDirectedEdge<N>
fn max_value() -> StaticDirectedEdge<N>
Returns the largest finite number this type can represent
Source§fn min_value() -> StaticDirectedEdge<N>
fn min_value() -> StaticDirectedEdge<N>
Returns the smallest finite number this type can represent
Source§impl<N> Clone for StaticDirectedEdge<N>
impl<N> 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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<N> Debug for StaticDirectedEdge<N>
impl<N> Debug for StaticDirectedEdge<N>
Source§impl<N> Hash for StaticDirectedEdge<N>
impl<N> Hash for StaticDirectedEdge<N>
Source§impl<N> Ord for StaticDirectedEdge<N>
impl<N> Ord for StaticDirectedEdge<N>
Source§fn cmp(&self, other: &StaticDirectedEdge<N>) -> Ordering
fn cmp(&self, other: &StaticDirectedEdge<N>) -> 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<N> PartialEq for StaticDirectedEdge<N>
impl<N> PartialEq for StaticDirectedEdge<N>
Source§impl<N> PartialOrd for StaticDirectedEdge<N>where
N: PartialOrd + Num,
impl<N> PartialOrd for StaticDirectedEdge<N>where
N: PartialOrd + Num,
impl<N> Copy for StaticDirectedEdge<N>
impl<N> Eq for StaticDirectedEdge<N>
impl<N> StructuralPartialEq for StaticDirectedEdge<N>where
N: Num,
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> 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