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,
/* private fields */
}
Fields
A: A
B: B
C: C
D: D
E: E
F: F
G: G
H: H
I: I
J: J
Trait Implementations
sourceimpl<A: Default, B: Default, C: Default, D: Default, E: Default, F: Default, G: Default, H: Default, I: Default, J: Default> Default for PartialState10<A, B, C, D, E, F, G, H, I, J>
impl<A: Default, B: Default, C: Default, D: Default, E: Default, F: Default, G: Default, H: Default, I: Default, J: Default> Default for PartialState10<A, B, C, D, E, F, G, H, I, J>
sourcefn default() -> PartialState10<A, B, C, D, E, F, G, H, I, J>
fn default() -> PartialState10<A, B, C, D, E, F, G, H, I, J>
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<A, B, C, D, E, F, G, H, I, J> RefUnwindSafe for PartialState10<A, B, C, D, E, F, G, H, I, J> where
A: RefUnwindSafe,
B: RefUnwindSafe,
C: RefUnwindSafe,
D: RefUnwindSafe,
E: RefUnwindSafe,
F: RefUnwindSafe,
G: RefUnwindSafe,
H: RefUnwindSafe,
I: RefUnwindSafe,
J: RefUnwindSafe,
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<A, B, C, D, E, F, G, H, I, J> Unpin for PartialState10<A, B, C, D, E, F, G, H, I, J> where
A: Unpin,
B: Unpin,
C: Unpin,
D: Unpin,
E: Unpin,
F: Unpin,
G: Unpin,
H: Unpin,
I: Unpin,
J: Unpin,
impl<A, B, C, D, E, F, G, H, I, J> UnwindSafe for PartialState10<A, B, C, D, E, F, G, H, I, J> where
A: UnwindSafe,
B: UnwindSafe,
C: UnwindSafe,
D: UnwindSafe,
E: UnwindSafe,
F: UnwindSafe,
G: UnwindSafe,
H: UnwindSafe,
I: UnwindSafe,
J: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more