pub struct Edge<K>where
K: Key,{ /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<K> Ord for Edge<K>
impl<K> Ord for Edge<K>
Source§impl<K> PartialOrd for Edge<K>where
K: Key + PartialOrd,
impl<K> PartialOrd for Edge<K>where
K: Key + PartialOrd,
impl<K> Copy for Edge<K>
impl<K> Eq for Edge<K>
impl<K> StructuralPartialEq for Edge<K>where
K: Key,
Auto Trait Implementations§
impl<K> Freeze for Edge<K>where
K: Freeze,
impl<K> RefUnwindSafe for Edge<K>where
K: RefUnwindSafe,
impl<K> Send for Edge<K>where
K: Send,
impl<K> Sync for Edge<K>where
K: Sync,
impl<K> Unpin for Edge<K>where
K: Unpin,
impl<K> UnwindSafe for Edge<K>where
K: 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