Struct pi_graph::NGraphNode
source · [−]Expand description
图节点
Trait Implementations
sourceimpl<K: Hash + Eq + Sized + Debug, T> DirectedGraphNode<K, T> for NGraphNode<K, T>
impl<K: Hash + Eq + Sized + Debug, T> DirectedGraphNode<K, T> for NGraphNode<K, T>
Auto Trait Implementations
impl<K, T> RefUnwindSafe for NGraphNode<K, T> where
K: RefUnwindSafe,
T: RefUnwindSafe,
impl<K, T> Send for NGraphNode<K, T> where
K: Send,
T: Send,
impl<K, T> Sync for NGraphNode<K, T> where
K: Sync,
T: Sync,
impl<K, T> Unpin for NGraphNode<K, T> where
K: Unpin,
T: Unpin,
impl<K, T> UnwindSafe for NGraphNode<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