Struct traitgraph_algo::traversal::DfsQueueStrategy
source · [−]pub struct DfsQueueStrategy;
Expand description
A queue strategy that works by the last-in first-out principle.
Trait Implementations
sourceimpl<Graph: GraphBase, Queue: BidirectedQueue<Graph::NodeIndex>> TraversalQueueStrategy<Graph, Queue> for DfsQueueStrategy
impl<Graph: GraphBase, Queue: BidirectedQueue<Graph::NodeIndex>> TraversalQueueStrategy<Graph, Queue> for DfsQueueStrategy
Auto Trait Implementations
impl RefUnwindSafe for DfsQueueStrategy
impl Send for DfsQueueStrategy
impl Sync for DfsQueueStrategy
impl Unpin for DfsQueueStrategy
impl UnwindSafe for DfsQueueStrategy
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