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