pub struct SafeDeleter { /* private fields */ }Expand description
Linear deleter for cell trees.
Implementations§
Auto Trait Implementations§
impl !Freeze for SafeDeleter
impl !RefUnwindSafe for SafeDeleter
impl Send for SafeDeleter
impl !Sync for SafeDeleter
impl Unpin for SafeDeleter
impl !UnwindSafe for SafeDeleter
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