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