Struct after_drop::AfterDropBoxed
source · pub struct AfterDropBoxed(_);Implementations§
Trait Implementations§
source§impl Drop for AfterDropBoxed
impl Drop for AfterDropBoxed
Auto Trait Implementations§
impl !RefUnwindSafe for AfterDropBoxed
impl !Send for AfterDropBoxed
impl !Sync for AfterDropBoxed
impl Unpin for AfterDropBoxed
impl !UnwindSafe for AfterDropBoxed
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