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