pub struct Map<M, F> { /* private fields */ }Expand description
Trait Implementations§
source§impl<M, F, T> Mutate<T> for Map<M, F>
impl<M, F, T> Mutate<T> for Map<M, F>
source§fn mutate(&mut self, c: &mut Candidates<'_>, value: &mut T) -> Result<()>
fn mutate(&mut self, c: &mut Candidates<'_>, value: &mut T) -> 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<M, F> Freeze for Map<M, F>
impl<M, F> RefUnwindSafe for Map<M, F>where
M: RefUnwindSafe,
F: RefUnwindSafe,
impl<M, F> Send for Map<M, F>
impl<M, F> Sync for Map<M, F>
impl<M, F> Unpin for Map<M, F>
impl<M, F> UnwindSafe for Map<M, F>where
M: UnwindSafe,
F: UnwindSafe,
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)