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