pub struct DropBomb(/* private fields */);
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DropBomb
impl RefUnwindSafe for DropBomb
impl Send for DropBomb
impl Sync for DropBomb
impl Unpin for DropBomb
impl UnwindSafe for DropBomb
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