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