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