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
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
    T: Clone, 
 
impl<T> ToOwned for T where
    T: Clone, 
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
 
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more