pub struct ChildMode;Expand description
Iterator mode selecting outgoing child traversal.
Auto Trait Implementations§
impl Freeze for ChildMode
impl RefUnwindSafe for ChildMode
impl Send for ChildMode
impl Sync for ChildMode
impl Unpin for ChildMode
impl UnsafeUnpin for ChildMode
impl UnwindSafe for ChildMode
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