Struct petgraph::csr::EdgeReference [−][src]
pub struct EdgeReference<'a, E: 'a, Ty, Ix: 'a = DefaultIx> { /* fields omitted */ }
Implementations
Trait Implementations
impl<'a, E, Ty, Ix> EdgeRef for EdgeReference<'a, E, Ty, Ix> where
Ty: EdgeType,
Ix: IndexType,
impl<'a, E, Ty, Ix> EdgeRef for EdgeReference<'a, E, Ty, Ix> where
Ty: EdgeType,
Ix: IndexType,
type Weight = E
Auto Trait Implementations
impl<'a, E, Ty, Ix> RefUnwindSafe for EdgeReference<'a, E, Ty, Ix> where
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,
impl<'a, E, Ty, Ix> Sync for EdgeReference<'a, E, Ty, Ix> where
E: Sync,
Ix: Sync,
Ty: Sync,
impl<'a, E, Ty, Ix> Unpin for EdgeReference<'a, E, Ty, Ix> where
Ix: Unpin,
Ty: Unpin,
impl<'a, E, Ty, Ix> UnwindSafe for EdgeReference<'a, E, Ty, Ix> where
E: RefUnwindSafe,
Ix: UnwindSafe,
Ty: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more