Struct petgraph::iter_format::DebugMap
source · pub struct DebugMap<F>(pub F);
Expand description
Format the iterator like a map
Tuple Fields§
§0: F
Trait Implementations§
Auto Trait Implementations§
impl<F> Freeze for DebugMap<F>where
F: Freeze,
impl<F> RefUnwindSafe for DebugMap<F>where
F: RefUnwindSafe,
impl<F> Send for DebugMap<F>where
F: Send,
impl<F> Sync for DebugMap<F>where
F: Sync,
impl<F> Unpin for DebugMap<F>where
F: Unpin,
impl<F> UnwindSafe for DebugMap<F>where
F: UnwindSafe,
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