pub struct PartialState7<A, B, C, D, E, F, G> {
pub A: A,
pub B: B,
pub C: C,
pub D: D,
pub E: E,
pub F: F,
pub G: G,
// some fields omitted
}
Returns the “default value” for a type. Read more
impl<A, B, C, D, E, F, G> Send for PartialState7<A, B, C, D, E, F, G> where
A: Send,
B: Send,
C: Send,
D: Send,
E: Send,
F: Send,
G: Send,
impl<A, B, C, D, E, F, G> Sync for PartialState7<A, B, C, D, E, F, G> where
A: Sync,
B: Sync,
C: Sync,
D: Sync,
E: Sync,
F: Sync,
G: 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.