pub struct DropNotify { /* private fields */ }
Expand description
Created in tandem with a DropNotice
using the drop_notify
function. Drop this object to
cause its corresponding DropNotice
to resolve.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DropNotify
impl !RefUnwindSafe for DropNotify
impl Send for DropNotify
impl Sync for DropNotify
impl Unpin for DropNotify
impl !UnwindSafe for DropNotify
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