Struct petgraph::graph_impl::EdgesWalkerMut
source · struct EdgesWalkerMut<'a, E: 'a, Ix: IndexType = DefaultIx> {
edges: &'a mut [Edge<E, Ix>],
next: EdgeIndex<Ix>,
dir: Direction,
}
Fields§
§edges: &'a mut [Edge<E, Ix>]
§next: EdgeIndex<Ix>
§dir: Direction
Implementations§
Auto Trait Implementations§
impl<'a, E, Ix> Freeze for EdgesWalkerMut<'a, E, Ix>where
Ix: Freeze,
impl<'a, E, Ix> RefUnwindSafe for EdgesWalkerMut<'a, E, Ix>where
Ix: RefUnwindSafe,
E: RefUnwindSafe,
impl<'a, E, Ix> Send for EdgesWalkerMut<'a, E, Ix>
impl<'a, E, Ix> Sync for EdgesWalkerMut<'a, E, Ix>
impl<'a, E, Ix> Unpin for EdgesWalkerMut<'a, E, Ix>where
Ix: Unpin,
impl<'a, E, Ix = u32> !UnwindSafe for EdgesWalkerMut<'a, E, Ix>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more