pub struct DfsEventWorkspace<Node, Edge> { /* private fields */ }Expand description
Reusable color map and iterative stack for DFS event traversal.
Implementations§
Source§impl<Node, Edge> DfsEventWorkspace<Node, Edge>
impl<Node, Edge> DfsEventWorkspace<Node, Edge>
Trait Implementations§
Source§impl<Node: Clone, Edge: Clone> Clone for DfsEventWorkspace<Node, Edge>
impl<Node: Clone, Edge: Clone> Clone for DfsEventWorkspace<Node, Edge>
Source§fn clone(&self) -> DfsEventWorkspace<Node, Edge>
fn clone(&self) -> DfsEventWorkspace<Node, Edge>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<Node, Edge> Freeze for DfsEventWorkspace<Node, Edge>
impl<Node, Edge> RefUnwindSafe for DfsEventWorkspace<Node, Edge>where
Node: RefUnwindSafe,
Edge: RefUnwindSafe,
impl<Node, Edge> Send for DfsEventWorkspace<Node, Edge>
impl<Node, Edge> Sync for DfsEventWorkspace<Node, Edge>
impl<Node, Edge> Unpin for DfsEventWorkspace<Node, Edge>
impl<Node, Edge> UnsafeUnpin for DfsEventWorkspace<Node, Edge>
impl<Node, Edge> UnwindSafe for DfsEventWorkspace<Node, Edge>where
Node: UnwindSafe,
Edge: 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