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