pub struct NGraphNode<K: Key, T> { /* private fields */ }Expand description
图节点
Implementations§
Trait Implementations§
Source§impl<K: Key, T> DirectedGraphNode<K, T> for NGraphNode<K, T>
impl<K: Key, T> DirectedGraphNode<K, T> for NGraphNode<K, T>
Auto Trait Implementations§
impl<K, T> Freeze for NGraphNode<K, T>
impl<K, T> RefUnwindSafe for NGraphNode<K, T>where
K: RefUnwindSafe,
T: RefUnwindSafe,
impl<K, T> Send for NGraphNode<K, T>
impl<K, T> Sync for NGraphNode<K, T>
impl<K, T> Unpin for NGraphNode<K, T>
impl<K, T> UnwindSafe for NGraphNode<K, T>where
K: UnwindSafe,
T: 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