Struct graph_theory::MutNodesVisitor
source · pub struct MutNodesVisitor<'a, G>where
G: Graph,{ /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<'a, G> RefUnwindSafe for MutNodesVisitor<'a, G>where G: RefUnwindSafe,
impl<'a, G> Send for MutNodesVisitor<'a, G>where G: Send,
impl<'a, G> Sync for MutNodesVisitor<'a, G>where G: Sync,
impl<'a, G> Unpin for MutNodesVisitor<'a, G>
impl<'a, G> !UnwindSafe for MutNodesVisitor<'a, G>
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