pub struct DepthFirst<'a, D, I, N, E, Ty, Ix> {
pub direction: Direction,
/* private fields */
}
Fields§
§direction: Direction
Implementations§
Trait Implementations§
Source§impl<'a, D: Clone, I: Clone, N: Clone, E: Clone, Ty: Clone, Ix: Clone> Clone for DepthFirst<'a, D, I, N, E, Ty, Ix>
impl<'a, D: Clone, I: Clone, N: Clone, E: Clone, Ty: Clone, Ix: Clone> Clone for DepthFirst<'a, D, I, N, E, Ty, Ix>
Source§fn clone(&self) -> DepthFirst<'a, D, I, N, E, Ty, Ix>
fn clone(&self) -> DepthFirst<'a, D, I, N, E, Ty, Ix>
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl<'a, D, I, N, E, Ty, Ix> Freeze for DepthFirst<'a, D, I, N, E, Ty, Ix>
impl<'a, D, I, N, E, Ty, Ix> RefUnwindSafe for DepthFirst<'a, D, I, N, E, Ty, Ix>where
D: RefUnwindSafe,
Ix: RefUnwindSafe,
Ty: RefUnwindSafe,
N: RefUnwindSafe,
E: RefUnwindSafe,
I: RefUnwindSafe,
impl<'a, D, I, N, E, Ty, Ix> !Send for DepthFirst<'a, D, I, N, E, Ty, Ix>
impl<'a, D, I, N, E, Ty, Ix> !Sync for DepthFirst<'a, D, I, N, E, Ty, Ix>
impl<'a, D, I, N, E, Ty, Ix> Unpin for DepthFirst<'a, D, I, N, E, Ty, Ix>
impl<'a, D, I, N, E, Ty, Ix> UnwindSafe for DepthFirst<'a, D, I, N, E, Ty, Ix>where
D: UnwindSafe + RefUnwindSafe,
Ix: UnwindSafe + RefUnwindSafe,
Ty: RefUnwindSafe,
N: RefUnwindSafe,
E: RefUnwindSafe,
I: RefUnwindSafe,
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