Struct fuzzcheck::mutators::integer_within_range::I8WithinRangeMutator[][src]

pub struct I8WithinRangeMutator { /* fields omitted */ }

Implementations

Trait Implementations

The first ArbitraryStep value to be passed to ordered_arbitrary

Verifies that the value conforms to the mutator’s expectations and, if it does, returns the Cache and first MutationStep associated with that value. Read more

The maximum complexity that a value can possibly have. Read more

The minimum complexity that a value can possibly have. Read more

Computes the complexity of the value. Read more

Generates an entirely new value based on the given ArbitraryStep. Read more

Generates an entirely new value. Read more

Mutates a value (and optionally its cache) based on the given MutationStep. Read more

Mutates a value (and optionally its cache). Read more

Undoes a mutation performed on the given value and cache, described by the given UnmutateToken. Read more

type Cache: Clone

Accompanies each value to help compute its complexity and mutate it efficiently.

Contains information about what mutations have already been tried.

Contains information about what arbitrary values have already been generated.

Describes how to reverse a mutation

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.