pub struct StaticUndirectedEdge<N: Num>(/* private fields */);Trait Implementations§
Source§impl<N: Num> Bounded for StaticUndirectedEdge<N>
impl<N: Num> Bounded for StaticUndirectedEdge<N>
Source§impl<N: Clone + Num> Clone for StaticUndirectedEdge<N>
impl<N: Clone + Num> Clone for StaticUndirectedEdge<N>
Source§fn clone(&self) -> StaticUndirectedEdge<N>
fn clone(&self) -> StaticUndirectedEdge<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: Num> Hash for StaticUndirectedEdge<N>
impl<N: Num> Hash for StaticUndirectedEdge<N>
Source§impl<N: Num> Ord for StaticUndirectedEdge<N>
impl<N: Num> Ord for StaticUndirectedEdge<N>
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: Num> PartialEq for StaticUndirectedEdge<N>
impl<N: Num> PartialEq for StaticUndirectedEdge<N>
Source§impl<N: Num> PartialOrd for StaticUndirectedEdge<N>
impl<N: Num> PartialOrd for StaticUndirectedEdge<N>
impl<N: Copy + Num> Copy for StaticUndirectedEdge<N>
impl<N: Eq + Num> Eq for StaticUndirectedEdge<N>
Auto Trait Implementations§
impl<N> Freeze for StaticUndirectedEdge<N>where
N: Freeze,
impl<N> RefUnwindSafe for StaticUndirectedEdge<N>where
N: RefUnwindSafe,
impl<N> Send for StaticUndirectedEdge<N>where
N: Send,
impl<N> Sync for StaticUndirectedEdge<N>where
N: Sync,
impl<N> Unpin for StaticUndirectedEdge<N>where
N: Unpin,
impl<N> UnsafeUnpin for StaticUndirectedEdge<N>where
N: UnsafeUnpin,
impl<N> UnwindSafe for StaticUndirectedEdge<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