pub struct Tuple5Mutator<M0, M1, M2, M3, M4> { /* fields omitted */ }
Expand description
A TupleMutator for types that have a 5-tuple structure
Returns the “default value” for a type. Read more
impl<T, T0, T1, T2, T3, T4, M0, M1, M2, M3, M4> TupleMutator<T, Tuple5<T0, T1, T2, T3, T4>> for Tuple5Mutator<M0, M1, M2, M3, M4> 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>,
T: TupleStructure<Tuple5<T0, T1, T2, T3, T4>>,
impl<M0, M1, M2, M3, M4> Send for Tuple5Mutator<M0, M1, M2, M3, M4> where
M0: Send,
M1: Send,
M2: Send,
M3: Send,
M4: Send,
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.