Enum rs_graph::algorithms::Item [−][src]
Either a node or an edge.
Variants
Node(G::Node)Edge(G::Edge)Auto Trait Implementations
impl<'a, G> RefUnwindSafe for Item<'a, G> where
<G as GraphType<'a>>::Edge: RefUnwindSafe,
<G as GraphType<'a>>::Node: RefUnwindSafe,
impl<'a, G> RefUnwindSafe for Item<'a, G> where
<G as GraphType<'a>>::Edge: RefUnwindSafe,
<G as GraphType<'a>>::Node: RefUnwindSafe, impl<'a, G> Send for Item<'a, G> where
<G as GraphType<'a>>::Edge: Send,
<G as GraphType<'a>>::Node: Send,
impl<'a, G> Send for Item<'a, G> where
<G as GraphType<'a>>::Edge: Send,
<G as GraphType<'a>>::Node: Send, impl<'a, G> Sync for Item<'a, G> where
<G as GraphType<'a>>::Edge: Sync,
<G as GraphType<'a>>::Node: Sync,
impl<'a, G> Sync for Item<'a, G> where
<G as GraphType<'a>>::Edge: Sync,
<G as GraphType<'a>>::Node: Sync, impl<'a, G> Unpin for Item<'a, G> where
<G as GraphType<'a>>::Edge: Unpin,
<G as GraphType<'a>>::Node: Unpin,
impl<'a, G> Unpin for Item<'a, G> where
<G as GraphType<'a>>::Edge: Unpin,
<G as GraphType<'a>>::Node: Unpin, impl<'a, G> UnwindSafe for Item<'a, G> where
<G as GraphType<'a>>::Edge: UnwindSafe,
<G as GraphType<'a>>::Node: UnwindSafe,
impl<'a, G> UnwindSafe for Item<'a, G> where
<G as GraphType<'a>>::Edge: UnwindSafe,
<G as GraphType<'a>>::Node: UnwindSafe,