pub struct Tuple9Mutator<M0, M1, M2, M3, M4, M5, M6, M7, M8> { /* fields omitted */ }
Expand description
A TupleMutator for types that have a 9-tuple structure
impl<M0, M1, M2, M3, M4, M5, M6, M7, M8> Tuple9Mutator<M0, M1, M2, M3, M4, M5, M6, M7, M8>
Returns the “default value” for a type. Read more
impl<T, T0, T1, T2, T3, T4, T5, T6, T7, T8, M0, M1, M2, M3, M4, M5, M6, M7, M8> TupleMutator<T, Tuple9<T0, T1, T2, T3, T4, T5, T6, T7, T8>> for Tuple9Mutator<M0, M1, M2, M3, M4, M5, M6, M7, M8> where
T: Clone + 'static,
T0: Clone + 'static,
M0: Mutator<T0>,
T1: Clone + 'static,
M1: Mutator<T1>,
T2: Clone + 'static,
M2: Mutator<T2>,
T3: Clone + 'static,
M3: Mutator<T3>,
T4: Clone + 'static,
M4: Mutator<T4>,
T5: Clone + 'static,
M5: Mutator<T5>,
T6: Clone + 'static,
M6: Mutator<T6>,
T7: Clone + 'static,
M7: Mutator<T7>,
T8: Clone + 'static,
M8: Mutator<T8>,
T: TupleStructure<Tuple9<T0, T1, T2, T3, T4, T5, T6, T7, T8>>,
impl<M0, M1, M2, M3, M4, M5, M6, M7, M8> !RefUnwindSafe for Tuple9Mutator<M0, M1, M2, M3, M4, M5, M6, M7, M8>
impl<M0, M1, M2, M3, M4, M5, M6, M7, M8> Send for Tuple9Mutator<M0, M1, M2, M3, M4, M5, M6, M7, M8> where
M0: Send,
M1: Send,
M2: Send,
M3: Send,
M4: Send,
M5: Send,
M6: Send,
M7: Send,
M8: Send,
impl<M0, M1, M2, M3, M4, M5, M6, M7, M8> !Sync for Tuple9Mutator<M0, M1, M2, M3, M4, M5, M6, M7, M8>
impl<M0, M1, M2, M3, M4, M5, M6, M7, M8> Unpin for Tuple9Mutator<M0, M1, M2, M3, M4, M5, M6, M7, M8> where
M0: Unpin,
M1: Unpin,
M2: Unpin,
M3: Unpin,
M4: Unpin,
M5: Unpin,
M6: Unpin,
M7: Unpin,
M8: Unpin,
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.