pub struct S1<X>(pub PhantomData<X>);
Tuple Fields§
§0: PhantomData<X>
Trait Implementations§
Auto Trait Implementations§
impl<X> Freeze for S1<X>
impl<X> RefUnwindSafe for S1<X>where
X: RefUnwindSafe,
impl<X> Send for S1<X>where
X: Send,
impl<X> Sync for S1<X>where
X: Sync,
impl<X> Unpin for S1<X>where
X: Unpin,
impl<X> UnwindSafe for S1<X>where
X: 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