pub struct PartialState8<A, B, C, D, E, F, G, H> {
    pub A: A,
    pub B: B,
    pub C: C,
    pub D: D,
    pub E: E,
    pub F: F,
    pub G: G,
    pub H: H,
    /* private fields */
}Fields§
§A: A§B: B§C: C§D: D§E: E§F: F§G: G§H: HTrait Implementations§
Auto Trait Implementations§
impl<A, B, C, D, E, F, G, H> Freeze for PartialState8<A, B, C, D, E, F, G, H>
impl<A, B, C, D, E, F, G, H> RefUnwindSafe for PartialState8<A, B, C, D, E, F, G, H>where
    A: RefUnwindSafe,
    B: RefUnwindSafe,
    C: RefUnwindSafe,
    D: RefUnwindSafe,
    E: RefUnwindSafe,
    F: RefUnwindSafe,
    G: RefUnwindSafe,
    H: RefUnwindSafe,
impl<A, B, C, D, E, F, G, H> Send for PartialState8<A, B, C, D, E, F, G, H>
impl<A, B, C, D, E, F, G, H> Sync for PartialState8<A, B, C, D, E, F, G, H>
impl<A, B, C, D, E, F, G, H> Unpin for PartialState8<A, B, C, D, E, F, G, H>
impl<A, B, C, D, E, F, G, H> UnwindSafe for PartialState8<A, B, C, D, E, F, G, H>where
    A: UnwindSafe,
    B: UnwindSafe,
    C: UnwindSafe,
    D: UnwindSafe,
    E: UnwindSafe,
    F: UnwindSafe,
    G: UnwindSafe,
    H: 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