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