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]
N: Copy + PartialEq,
VM: VisitMap<N>,
Trait Implementations
impl<N: Clone, VM: Clone> Clone for DfsSpace<N, VM>
[src]
fn clone(&self) -> DfsSpace<N, VM>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl<N: Debug, VM: Debug> Debug for DfsSpace<N, VM>
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl<N, VM> Default for DfsSpace<N, VM> where
VM: VisitMap<N> + Default,
[src]
VM: VisitMap<N> + Default,