pub struct DefaultDropHandler;Trait Implementations§
Source§impl<T> DropHandler<T> for DefaultDropHandler
impl<T> DropHandler<T> for DefaultDropHandler
fn drop_handler(_obj: &mut T)
Auto Trait Implementations§
impl Freeze for DefaultDropHandler
impl RefUnwindSafe for DefaultDropHandler
impl Send for DefaultDropHandler
impl Sync for DefaultDropHandler
impl Unpin for DefaultDropHandler
impl UnwindSafe for DefaultDropHandler
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