Struct vstd::std_specs::core::ExManuallyDrop
source · pub struct ExManuallyDrop<V: ?Sized>(/* private fields */);
Auto Trait Implementations§
impl<V: ?Sized> RefUnwindSafe for ExManuallyDrop<V>where
V: RefUnwindSafe,
impl<V: ?Sized> Send for ExManuallyDrop<V>where
V: Send,
impl<V: ?Sized> Sync for ExManuallyDrop<V>where
V: Sync,
impl<V: ?Sized> Unpin for ExManuallyDrop<V>where
V: Unpin,
impl<V: ?Sized> UnwindSafe for ExManuallyDrop<V>where
V: UnwindSafe,
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