pub struct Deinit;Trait Implementations§
Auto Trait Implementations§
impl Freeze for Deinit
impl RefUnwindSafe for Deinit
impl Send for Deinit
impl Sync for Deinit
impl Unpin for Deinit
impl UnwindSafe for Deinit
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