Struct petgraph::algo::DfsSpace[][src]

pub struct DfsSpace<N, VM> { /* fields omitted */ }

Workspace for a graph traversal.

Methods

impl<N, VM> DfsSpace<N, VM> where
    N: Copy + PartialEq,
    VM: VisitMap<N>, 
[src]

Trait Implementations

impl<N: Clone, VM: Clone> Clone for DfsSpace<N, VM>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<N: Debug, VM: Debug> Debug for DfsSpace<N, VM>
[src]

Formats the value using the given formatter. Read more

impl<N, VM> Default for DfsSpace<N, VM> where
    VM: VisitMap<N> + Default
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

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