Struct fuzzcheck_mutators::Enum1PayloadMutator[][src]

pub struct Enum1PayloadMutator<T0, M0, TupleKind0> where
    T0: Clone + TupleStructure<TupleKind0>,
    TupleKind0: RefTypes,
    M0: TupleMutator<T0, TupleKind0>, 
{ pub mutator_0: M0, // some fields omitted }

Fields

mutator_0: M0

Implementations

impl<T0, M0, TupleKind0> Enum1PayloadMutator<T0, M0, TupleKind0> where
    T0: Clone + TupleStructure<TupleKind0>,
    TupleKind0: RefTypes,
    M0: TupleMutator<T0, TupleKind0>, 
[src]

pub fn new(mutator_0: M0) -> Self[src]

Trait Implementations

impl<T0, M0, TupleKind0> Default for Enum1PayloadMutator<T0, M0, TupleKind0> where
    T0: Clone + TupleStructure<TupleKind0>,
    TupleKind0: RefTypes,
    M0: TupleMutator<T0, TupleKind0>,
    M0: Default
[src]

impl<T, T0, M0, TupleKind0> Mutator<T> for Enum1PayloadMutator<T0, M0, TupleKind0> where
    T: Clone + Enum1PayloadStructure<TupleKind0 = TupleKind0, T0 = T0>,
    T0: Clone + TupleStructure<TupleKind0>,
    M0: TupleMutator<T0, TupleKind0>,
    TupleKind0: RefTypes
[src]

type Cache = Either2<M0::Cache, ()>

type MutationStep = Enum1PayloadMutationStep<M0::MutationStep, Self::ArbitraryStep>

type ArbitraryStep = Enum1PayloadArbitraryStep<M0::ArbitraryStep>

type UnmutateToken = Either2<M0::UnmutateToken, (T, Self::Cache)>

Auto Trait Implementations

impl<T0, M0, TupleKind0> !RefUnwindSafe for Enum1PayloadMutator<T0, M0, TupleKind0>[src]

impl<T0, M0, TupleKind0> Send for Enum1PayloadMutator<T0, M0, TupleKind0> where
    M0: Send,
    T0: Send,
    TupleKind0: Send
[src]

impl<T0, M0, TupleKind0> !Sync for Enum1PayloadMutator<T0, M0, TupleKind0>[src]

impl<T0, M0, TupleKind0> Unpin for Enum1PayloadMutator<T0, M0, TupleKind0> where
    M0: Unpin,
    T0: Unpin,
    TupleKind0: Unpin
[src]

impl<T0, M0, TupleKind0> UnwindSafe for Enum1PayloadMutator<T0, M0, TupleKind0> where
    M0: UnwindSafe,
    T0: UnwindSafe,
    TupleKind0: UnwindSafe
[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.