Struct petgraph::csr::EdgeReference
source · [−]pub struct EdgeReference<'a, E: 'a, Ty, Ix: 'a = DefaultIx> { /* private fields */ }
Implementations
Trait Implementations
sourceimpl<'a, E, Ty, Ix: Copy> Clone for EdgeReference<'a, E, Ty, Ix>
impl<'a, E, Ty, Ix: Copy> Clone for EdgeReference<'a, E, Ty, Ix>
sourceimpl<'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,
impl<'a, E, Ty, Ix: Copy> Copy for EdgeReference<'a, E, Ty, Ix>
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more