pub struct PartialState4<A, B, C, D> {
pub A: A,
pub B: B,
pub C: C,
pub D: D,
/* private fields */
}Fields§
§A: A§B: B§C: C§D: DTrait Implementations§
Auto Trait Implementations§
impl<A, B, C, D> Freeze for PartialState4<A, B, C, D>
impl<A, B, C, D> RefUnwindSafe for PartialState4<A, B, C, D>where
A: RefUnwindSafe,
B: RefUnwindSafe,
C: RefUnwindSafe,
D: RefUnwindSafe,
PhantomData<(A, B, C, D)>: RefUnwindSafe,
impl<A, B, C, D> Send for PartialState4<A, B, C, D>
impl<A, B, C, D> Sync for PartialState4<A, B, C, D>
impl<A, B, C, D> Unpin for PartialState4<A, B, C, D>
impl<A, B, C, D> UnsafeUnpin for PartialState4<A, B, C, D>where
A: UnsafeUnpin,
B: UnsafeUnpin,
C: UnsafeUnpin,
D: UnsafeUnpin,
PhantomData<(A, B, C, D)>: UnsafeUnpin,
impl<A, B, C, D> UnwindSafe for PartialState4<A, B, C, D>where
A: UnwindSafe,
B: UnwindSafe,
C: UnwindSafe,
D: UnwindSafe,
PhantomData<(A, B, C, D)>: 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