pub struct DropItem { /* private fields */ }
Expand description
Items to monitor drops.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DropItem
impl RefUnwindSafe for DropItem
impl Send for DropItem
impl Sync for DropItem
impl Unpin for DropItem
impl UnwindSafe for DropItem
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