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