pub struct EdgeTypeWrap<A>(/* private fields */);
Trait Implementations§
Source§impl<A: Clone> Clone for EdgeTypeWrap<A>
impl<A: Clone> Clone for EdgeTypeWrap<A>
Source§fn clone(&self) -> EdgeTypeWrap<A>
fn clone(&self) -> EdgeTypeWrap<A>
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<A: Debug> Debug for EdgeTypeWrap<A>
impl<A: Debug> Debug for EdgeTypeWrap<A>
Source§impl<A: Axis> EdgeType for EdgeTypeWrap<A>
impl<A: Axis> EdgeType for EdgeTypeWrap<A>
fn is_directed() -> bool
Source§impl<A: Hash> Hash for EdgeTypeWrap<A>
impl<A: Hash> Hash for EdgeTypeWrap<A>
Source§impl<A: Ord> Ord for EdgeTypeWrap<A>
impl<A: Ord> Ord for EdgeTypeWrap<A>
Source§fn cmp(&self, other: &EdgeTypeWrap<A>) -> Ordering
fn cmp(&self, other: &EdgeTypeWrap<A>) -> 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<A: PartialEq> PartialEq for EdgeTypeWrap<A>
impl<A: PartialEq> PartialEq for EdgeTypeWrap<A>
Source§impl<A: PartialOrd> PartialOrd for EdgeTypeWrap<A>
impl<A: PartialOrd> PartialOrd for EdgeTypeWrap<A>
impl<A: Copy> Copy for EdgeTypeWrap<A>
impl<A: Eq> Eq for EdgeTypeWrap<A>
impl<A> StructuralPartialEq for EdgeTypeWrap<A>
Auto Trait Implementations§
impl<A> Freeze for EdgeTypeWrap<A>
impl<A> RefUnwindSafe for EdgeTypeWrap<A>where
A: RefUnwindSafe,
impl<A> Send for EdgeTypeWrap<A>where
A: Send,
impl<A> Sync for EdgeTypeWrap<A>where
A: Sync,
impl<A> Unpin for EdgeTypeWrap<A>where
A: Unpin,
impl<A> UnwindSafe for EdgeTypeWrap<A>where
A: 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<T> ConstOrValue<T> for T
impl<T> ConstOrValue<T> for T
Source§const IS_CONST_WRAP: bool = false
const IS_CONST_WRAP: bool = false
get wheter the type is const generic wrapper.
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.