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>
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> UnwindSafe for PartialState4<A, B, C, D>
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