Struct rs_graph::adapters::network::NetworkNodeIt [−][src]
pub struct NetworkNodeIt<I>(_);
Graph iterator over all nodes of the Network.
Trait Implementations
impl<I: Clone> Clone for NetworkNodeIt<I>[src]
impl<I: Clone> Clone for NetworkNodeIt<I>[src]fn clone(&self) -> NetworkNodeIt<I>[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'a, G, I> GraphIterator<Network<'a, G>> for NetworkNodeIt<I> where
I: GraphIterator<G>, [src]
impl<'a, G, I> GraphIterator<Network<'a, G>> for NetworkNodeIt<I> where
I: GraphIterator<G>, [src]Auto Trait Implementations
impl<I> RefUnwindSafe for NetworkNodeIt<I> where
I: RefUnwindSafe,
impl<I> RefUnwindSafe for NetworkNodeIt<I> where
I: RefUnwindSafe, impl<I> Send for NetworkNodeIt<I> where
I: Send,
impl<I> Send for NetworkNodeIt<I> where
I: Send, impl<I> Sync for NetworkNodeIt<I> where
I: Sync,
impl<I> Sync for NetworkNodeIt<I> where
I: Sync, impl<I> Unpin for NetworkNodeIt<I> where
I: Unpin,
impl<I> Unpin for NetworkNodeIt<I> where
I: Unpin, impl<I> UnwindSafe for NetworkNodeIt<I> where
I: UnwindSafe,
impl<I> UnwindSafe for NetworkNodeIt<I> where
I: UnwindSafe,