Struct rs_graph::adapters::network::NetworkOutIt [−][src]
pub struct NetworkOutIt<I>(_);
Trait Implementations
impl<I: Clone> Clone for NetworkOutIt<I>[src]
impl<I: Clone> Clone for NetworkOutIt<I>[src]fn clone(&self) -> NetworkOutIt<I>[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'a, G, I, N, D> GraphIterator<Network<'a, G>> for NetworkOutIt<I> where
I: GraphIterator<G, Item = (D, N)>,
D: DirectedEdge, [src]
impl<'a, G, I, N, D> GraphIterator<Network<'a, G>> for NetworkOutIt<I> where
I: GraphIterator<G, Item = (D, N)>,
D: DirectedEdge, [src]type Item = (NetworkEdge<D::Edge>, N)
fn next(&mut self, net: &Network<'a, G>) -> Option<Self::Item>[src]
fn size_hint(&self, net: &Network<'a, G>) -> (usize, Option<usize>)[src]
fn count(self, net: &Network<'a, G>) -> usize[src]
fn iter<'a>(self, g: &'a G) -> GraphIter<'a, G, Self>ⓘ where
G: Sized, [src]
G: Sized,
Auto Trait Implementations
impl<I> RefUnwindSafe for NetworkOutIt<I> where
I: RefUnwindSafe,
impl<I> RefUnwindSafe for NetworkOutIt<I> where
I: RefUnwindSafe, impl<I> Send for NetworkOutIt<I> where
I: Send,
impl<I> Send for NetworkOutIt<I> where
I: Send, impl<I> Sync for NetworkOutIt<I> where
I: Sync,
impl<I> Sync for NetworkOutIt<I> where
I: Sync, impl<I> Unpin for NetworkOutIt<I> where
I: Unpin,
impl<I> Unpin for NetworkOutIt<I> where
I: Unpin, impl<I> UnwindSafe for NetworkOutIt<I> where
I: UnwindSafe,
impl<I> UnwindSafe for NetworkOutIt<I> where
I: UnwindSafe,