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