Struct simple_digraph::DigraphNode
source · [−]pub struct DigraphNode<T> {
pub next: DigraphNodeRef<T>,
/* private fields */
}Fields
next: DigraphNodeRef<T>Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for DigraphNode<T> where
T: RefUnwindSafe,
impl<T> Send for DigraphNode<T> where
T: Send + Sync,
impl<T> Sync for DigraphNode<T> where
T: Send + Sync,
impl<T> Unpin for DigraphNode<T> where
T: Unpin,
impl<T> UnwindSafe for DigraphNode<T> where
T: UnwindSafe + RefUnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more