Struct rs_graph::adapters::network::NetworkNeighIt [−][src]
pub struct NetworkNeighIt<G, I>(_, _)
where
I: GraphIterator<G>;
Trait Implementations
impl<'a, G, I> Clone for NetworkNeighIt<G, I> where
I: GraphIterator<G>,
I::Item: Clone, [src]
impl<'a, G, I> Clone for NetworkNeighIt<G, I> where
I: GraphIterator<G>,
I::Item: Clone, [src]impl<'a, G, I, N, E> GraphIterator<Network<'a, G>> for NetworkNeighIt<G, I> where
N: Clone,
E: Clone,
I: GraphIterator<G, Item = (E, N)>, [src]
impl<'a, G, I, N, E> GraphIterator<Network<'a, G>> for NetworkNeighIt<G, I> where
N: Clone,
E: Clone,
I: GraphIterator<G, Item = (E, N)>, [src]Auto Trait Implementations
impl<G, I> RefUnwindSafe for NetworkNeighIt<G, I> where
I: RefUnwindSafe,
<I as GraphIterator<G>>::Item: RefUnwindSafe,
I: RefUnwindSafe,
<I as GraphIterator<G>>::Item: RefUnwindSafe,
impl<G, I> Send for NetworkNeighIt<G, I> where
I: Send,
<I as GraphIterator<G>>::Item: Send,
I: Send,
<I as GraphIterator<G>>::Item: Send,
impl<G, I> Sync for NetworkNeighIt<G, I> where
I: Sync,
<I as GraphIterator<G>>::Item: Sync,
I: Sync,
<I as GraphIterator<G>>::Item: Sync,
impl<G, I> Unpin for NetworkNeighIt<G, I> where
I: Unpin,
<I as GraphIterator<G>>::Item: Unpin,
I: Unpin,
<I as GraphIterator<G>>::Item: Unpin,
impl<G, I> UnwindSafe for NetworkNeighIt<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