pub struct DfsSpace<N, VM> { /* private fields */ }
Expand description
Workspace for a graph traversal.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<N, VM> RefUnwindSafe for DfsSpace<N, VM>where N: RefUnwindSafe, VM: RefUnwindSafe,
impl<N, VM> Send for DfsSpace<N, VM>where N: Send, VM: Send,
impl<N, VM> Sync for DfsSpace<N, VM>where N: Sync, VM: Sync,
impl<N, VM> Unpin for DfsSpace<N, VM>where N: Unpin, VM: Unpin,
impl<N, VM> UnwindSafe for DfsSpace<N, VM>where N: UnwindSafe, VM: 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