pub struct DropNotifier { /* private fields */ }Trait Implementations§
Source§impl Clone for DropNotifier
impl Clone for DropNotifier
Source§impl Debug for DropNotifier
impl Debug for DropNotifier
Auto Trait Implementations§
impl Freeze for DropNotifier
impl !RefUnwindSafe for DropNotifier
impl Send for DropNotifier
impl Sync for DropNotifier
impl Unpin for DropNotifier
impl !UnwindSafe for DropNotifier
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