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