pub struct WalkMutOwnedPath<'r, 'w, TP, D = ()>where
TP: TreeProperties + 'r,{ /* private fields */ }
Expand description
Iterate over all nodes that are a prefix of target key in a WalkMutOwned
stack
Implementations§
source§impl<'r, 'w, TP, D> WalkMutOwnedPath<'r, 'w, TP, D>
impl<'r, 'w, TP, D> WalkMutOwnedPath<'r, 'w, TP, D>
Auto Trait Implementations§
impl<'r, 'w, TP, D> Freeze for WalkMutOwnedPath<'r, 'w, TP, D>
impl<'r, 'w, TP, D> RefUnwindSafe for WalkMutOwnedPath<'r, 'w, TP, D>where
<TP as TreeProperties>::Key: RefUnwindSafe,
<TP as TreeProperties>::Value: RefUnwindSafe,
<TP as TreeProperties>::LeafValue: RefUnwindSafe,
D: RefUnwindSafe,
impl<'r, 'w, TP, D = ()> !Send for WalkMutOwnedPath<'r, 'w, TP, D>
impl<'r, 'w, TP, D = ()> !Sync for WalkMutOwnedPath<'r, 'w, TP, D>
impl<'r, 'w, TP, D> Unpin for WalkMutOwnedPath<'r, 'w, TP, D>
impl<'r, 'w, TP, D = ()> !UnwindSafe for WalkMutOwnedPath<'r, 'w, TP, D>
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