pub enum TraversalKind {
DepthFirst,
BreadthFirst,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TraversalKind
impl RefUnwindSafe for TraversalKind
impl Send for TraversalKind
impl Sync for TraversalKind
impl Unpin for TraversalKind
impl UnwindSafe for TraversalKind
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