Struct petgraph::graph::EdgeReference [−][src]
pub struct EdgeReference<'a, E: 'a, Ix = DefaultIx> { /* fields omitted */ }
Reference to a Graph edge.
Implementations
impl<'a, Ix, E> EdgeReference<'a, E, Ix> where
Ix: IndexType, [src]
impl<'a, Ix, E> EdgeReference<'a, E, Ix> where
Ix: IndexType, [src]Trait Implementations
impl<'a, E, Ix: IndexType> Clone for EdgeReference<'a, E, Ix>[src]
impl<'a, E, Ix: IndexType> Clone for EdgeReference<'a, E, Ix>[src]fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'a, E: Debug + 'a, Ix: Debug> Debug for EdgeReference<'a, E, Ix>[src]
impl<'a, E: Debug + 'a, Ix: Debug> Debug for EdgeReference<'a, E, Ix>[src]impl<'a, Ix, E> EdgeRef for EdgeReference<'a, E, Ix> where
Ix: IndexType, [src]
impl<'a, Ix, E> EdgeRef for EdgeReference<'a, E, Ix> where
Ix: IndexType, [src]impl<'a, E, Ix: IndexType> PartialEq<EdgeReference<'a, E, Ix>> for EdgeReference<'a, E, Ix> where
E: PartialEq, [src]
impl<'a, E, Ix: IndexType> PartialEq<EdgeReference<'a, E, Ix>> for EdgeReference<'a, E, Ix> where
E: PartialEq, [src]impl<'a, E, Ix: IndexType> Copy for EdgeReference<'a, E, Ix>[src]
Auto Trait Implementations
impl<'a, E, Ix> RefUnwindSafe for EdgeReference<'a, E, Ix> where
E: RefUnwindSafe,
Ix: RefUnwindSafe,
E: RefUnwindSafe,
Ix: RefUnwindSafe,
impl<'a, E, Ix> Send for EdgeReference<'a, E, Ix> where
E: Sync,
Ix: Send,
E: Sync,
Ix: Send,
impl<'a, E, Ix> Sync for EdgeReference<'a, E, Ix> where
E: Sync,
Ix: Sync,
E: Sync,
Ix: Sync,
impl<'a, E, Ix> Unpin for EdgeReference<'a, E, Ix> where
Ix: Unpin,
Ix: Unpin,
impl<'a, E, Ix> UnwindSafe for EdgeReference<'a, E, Ix> where
E: RefUnwindSafe,
Ix: UnwindSafe,
E: RefUnwindSafe,
Ix: UnwindSafe,