pub struct Tuple4<M0, M1, M2, M3> { /* private fields */ }Expand description
A mutator for tuples.
Trait Implementations§
source§impl<M0, T0, M1, T1, M2, T2, M3, T3> Mutate<(T0, T1, T2, T3)> for Tuple4<M0, M1, M2, M3>
impl<M0, T0, M1, T1, M2, T2, M3, T3> Mutate<(T0, T1, T2, T3)> for Tuple4<M0, M1, M2, M3>
source§fn mutate(
&mut self,
_c: &mut Candidates<'_>,
(T0, T1, T2, T3): &mut (T0, T1, T2, T3),
) -> Result<()>
fn mutate( &mut self, _c: &mut Candidates<'_>, (T0, T1, T2, T3): &mut (T0, T1, T2, T3), ) -> Result<()>
Pseudo-randomly mutate the given value. Read more
source§fn or<M>(self, other: M) -> Or<Self, M>where
Self: Sized,
fn or<M>(self, other: M) -> Or<Self, M>where
Self: Sized,
Create a new mutator that performs either this mutation or the
other
mutation. Read moresource§fn map<F>(self, f: F) -> Map<Self, F>
fn map<F>(self, f: F) -> Map<Self, F>
Map a function over the mutations produced by this mutator. Read more
Auto Trait Implementations§
impl<M0, M1, M2, M3> Freeze for Tuple4<M0, M1, M2, M3>
impl<M0, M1, M2, M3> RefUnwindSafe for Tuple4<M0, M1, M2, M3>
impl<M0, M1, M2, M3> Send for Tuple4<M0, M1, M2, M3>
impl<M0, M1, M2, M3> Sync for Tuple4<M0, M1, M2, M3>
impl<M0, M1, M2, M3> Unpin for Tuple4<M0, M1, M2, M3>
impl<M0, M1, M2, M3> UnwindSafe for Tuple4<M0, M1, M2, M3>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)