pub struct PartialState10<A, B, C, D, E, F, G, H, I, J> {
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,
pub J: J,
// some fields omitted
}
Returns the “default value” for a type. Read more
impl<A, B, C, D, E, F, G, H, I, J> Send for PartialState10<A, B, C, D, E, F, G, H, I, J> where
A: Send,
B: Send,
C: Send,
D: Send,
E: Send,
F: Send,
G: Send,
H: Send,
I: Send,
J: Send,
impl<A, B, C, D, E, F, G, H, I, J> Sync for PartialState10<A, B, C, D, E, F, G, H, I, J> where
A: Sync,
B: Sync,
C: Sync,
D: Sync,
E: Sync,
F: Sync,
G: Sync,
H: Sync,
I: Sync,
J: Sync,
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.