[−][src]Struct petgraph::algo::DfsSpace
Workspace for a graph traversal.
Implementations
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]
impl<N: Debug, VM: Debug> Debug for DfsSpace<N, VM>
[src]
impl<N, VM> Default for DfsSpace<N, VM> where
VM: VisitMap<N> + Default,
[src]
VM: VisitMap<N> + Default,
Auto Trait Implementations
impl<N, VM> RefUnwindSafe for DfsSpace<N, VM> where
N: RefUnwindSafe,
VM: RefUnwindSafe,
N: RefUnwindSafe,
VM: RefUnwindSafe,
impl<N, VM> Send for DfsSpace<N, VM> where
N: Send,
VM: Send,
N: Send,
VM: Send,
impl<N, VM> Sync for DfsSpace<N, VM> where
N: Sync,
VM: Sync,
N: Sync,
VM: Sync,
impl<N, VM> Unpin for DfsSpace<N, VM> where
N: Unpin,
VM: Unpin,
N: Unpin,
VM: Unpin,
impl<N, VM> UnwindSafe for DfsSpace<N, VM> where
N: UnwindSafe,
VM: UnwindSafe,
N: UnwindSafe,
VM: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,