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]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,
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,
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,
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,
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,
I: UnwindSafe,
<I as GraphIterator<G>>::Item: UnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more