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