pub struct NodeMutUpAndDown {}
Expand description
Allows mutation of the node itself, its descendants and ancestors; i.e., does limit.
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for NodeMutUpAndDown
impl RefUnwindSafe for NodeMutUpAndDown
impl Send for NodeMutUpAndDown
impl Sync for NodeMutUpAndDown
impl Unpin for NodeMutUpAndDown
impl UnwindSafe for NodeMutUpAndDown
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