Struct petgraph::graph::EdgeReference [] [src]

pub struct EdgeReference<'a, E: 'a, Ix: IndexType = DefaultIx> { /* fields omitted */ }

Reference to a Graph edge.

Trait Implementations

impl<'a, E, Ix: IndexType> Clone for EdgeReference<'a, E, Ix>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a, E, Ix: IndexType> Copy for EdgeReference<'a, E, Ix>
[src]

impl<'a, Ix, E> EdgeRef for EdgeReference<'a, E, Ix> where Ix: IndexType
[src]