pub struct DfsSpace<N, VM> { /* private fields */ }
Expand description
Workspace for a graph traversal.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<N, VM> Freeze for DfsSpace<N, VM>where
VM: Freeze,
impl<N, VM> RefUnwindSafe for DfsSpace<N, VM>where
VM: RefUnwindSafe,
N: RefUnwindSafe,
impl<N, VM> Send for DfsSpace<N, VM>
impl<N, VM> Sync for DfsSpace<N, VM>
impl<N, VM> Unpin for DfsSpace<N, VM>
impl<N, VM> UnwindSafe for DfsSpace<N, VM>where
VM: UnwindSafe,
N: 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)