pub struct WalkChildren<Ix: IndexType> { /* private fields */ }Expand description
A “walker” object that can be used to step through the children of some parent node.
Implementations§
Auto Trait Implementations§
impl<Ix> Freeze for WalkChildren<Ix>where
Ix: Freeze,
impl<Ix> RefUnwindSafe for WalkChildren<Ix>where
Ix: RefUnwindSafe,
impl<Ix> Send for WalkChildren<Ix>where
Ix: Send,
impl<Ix> Sync for WalkChildren<Ix>where
Ix: Sync,
impl<Ix> Unpin for WalkChildren<Ix>where
Ix: Unpin,
impl<Ix> UnwindSafe for WalkChildren<Ix>where
Ix: UnwindSafe,
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