Struct rs_graph::adjacencies::InEdges [−][src]
pub struct InEdges<'g, G>(pub &'g G);
Neighbor access over all incoming edges of a Digraph.
Trait Implementations
impl<'a, 'g: 'a, G> Adjacencies<'a> for InEdges<'g, G> where
G: Directed<'g>, [src]
impl<'a, 'g: 'a, G> Adjacencies<'a> for InEdges<'g, G> where
G: Directed<'g>, [src]type IncidenceIt = AdjacenciesWrapIt<G::InIt>
fn neigh_iter(&self, u: Self::Node) -> Self::IncidenceIt[src]
fn neighs<'b>(&'b self, u: Self::Node) -> GraphIter<'b, Self, Self::IncidenceIt>ⓘ where
'a: 'b,
Self: Sized, [src]
'a: 'b,
Self: Sized,
fn filter<P>(self, predicate: P) -> FilterAdjacencies<Self, P> where
Self: Sized,
P: for<'r> Fn(&'r (Self::Edge, Self::Node)) -> bool, [src]
Self: Sized,
P: for<'r> Fn(&'r (Self::Edge, Self::Node)) -> bool,
impl<'g, G, I> GraphIterator<InEdges<'g, G>> for AdjacenciesWrapIt<I> where
I: GraphIterator<G>, [src]
impl<'g, G, I> GraphIterator<InEdges<'g, G>> for AdjacenciesWrapIt<I> where
I: GraphIterator<G>, [src]Auto Trait Implementations
impl<'g, G> RefUnwindSafe for InEdges<'g, G> where
G: RefUnwindSafe,
impl<'g, G> RefUnwindSafe for InEdges<'g, G> where
G: RefUnwindSafe, impl<'g, G> UnwindSafe for InEdges<'g, G> where
G: RefUnwindSafe,
impl<'g, G> UnwindSafe for InEdges<'g, G> where
G: RefUnwindSafe,