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