Expand description
图
Implementations
Trait Implementations
sourceimpl<K: Hash + Eq + Sized + Debug, T> DirectedGraph<K, T> for NGraph<K, T>
impl<K: Hash + Eq + Sized + Debug, T> DirectedGraph<K, T> for NGraph<K, T>
Auto Trait Implementations
impl<K, T> RefUnwindSafe for NGraph<K, T> where
K: RefUnwindSafe,
T: RefUnwindSafe,
impl<K, T> Send for NGraph<K, T> where
K: Send,
T: Send,
impl<K, T> Sync for NGraph<K, T> where
K: Sync,
T: Sync,
impl<K, T> Unpin for NGraph<K, T> where
K: Unpin,
T: Unpin,
impl<K, T> UnwindSafe for NGraph<K, T> where
K: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more