Struct fuzzcheck::mutators::vector::VecMutatorCache [−][src]
pub struct VecMutatorCache<T, M> where
T: 'static + Clone,
M: Mutator<T>, {
pub inner: Vec<<M as Mutator<T>>::Cache>,
pub sum_cplx: f64,
pub random_mutation_step: VectorMutationRandomStep<T, M>,
}Fields
inner: Vec<<M as Mutator<T>>::Cache>sum_cplx: f64random_mutation_step: VectorMutationRandomStep<T, M>Trait Implementations
Auto Trait Implementations
impl<T, M> !RefUnwindSafe for VecMutatorCache<T, M>
impl<T, M> Send for VecMutatorCache<T, M> where
<M as Mutator<T>>::Cache: Send,
impl<T, M> !Sync for VecMutatorCache<T, M>
impl<T, M> Unpin for VecMutatorCache<T, M> where
<M as Mutator<T>>::Cache: Unpin,
impl<T, M> UnwindSafe for VecMutatorCache<T, M> where
<M as Mutator<T>>::Cache: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more