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> RefUnwindSafe for Parents<N, E, Ix> where
E: RefUnwindSafe,
Ix: RefUnwindSafe,
N: RefUnwindSafe,
impl<N, E, Ix> Send for Parents<N, E, Ix> where
E: Send,
Ix: Send,
N: Send,
impl<N, E, Ix> Sync for Parents<N, E, Ix> where
E: Sync,
Ix: Sync,
N: Sync,
impl<N, E, Ix> Unpin for Parents<N, E, Ix> where
E: Unpin,
Ix: Unpin,
N: Unpin,
impl<N, E, Ix> UnwindSafe for Parents<N, E, Ix> where
E: UnwindSafe,
Ix: UnwindSafe,
N: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more