pub struct PhantomKey<T>(/* private fields */);Auto Trait Implementations§
impl<T> Freeze for PhantomKey<T>
impl<T> RefUnwindSafe for PhantomKey<T>
impl<T> Send for PhantomKey<T>
impl<T> Sync for PhantomKey<T>
impl<T> Unpin for PhantomKey<T>
impl<T> UnsafeUnpin for PhantomKey<T>
impl<T> UnwindSafe for PhantomKey<T>
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