Struct fuzzcheck_mutators::Tuple8[][src]

pub struct Tuple8<T0: 'static, T1: 'static, T2: 'static, T3: 'static, T4: 'static, T5: 'static, T6: 'static, T7: 'static> { /* fields omitted */ }

Trait Implementations

impl<T0: 'static, T1: 'static, T2: 'static, T3: 'static, T4: 'static, T5: 'static, T6: 'static, T7: 'static> RefTypes for Tuple8<T0, T1, T2, T3, T4, T5, T6, T7>[src]

type Owned = (T0, T1, T2, T3, T4, T5, T6, T7)

type Ref = (&'a T0, &'a T1, &'a T2, &'a T3, &'a T4, &'a T5, &'a T6, &'a T7)

type Mut = (&'a mut T0, &'a mut T1, &'a mut T2, &'a mut T3, &'a mut T4, &'a mut T5, &'a mut T6, &'a mut T7)

impl<T, T0, T1, T2, T3, T4, T5, T6, T7, M0, M1, M2, M3, M4, M5, M6, M7> TupleMutator<T, Tuple8<T0, T1, T2, T3, T4, T5, T6, T7>> for Tuple8Mutator<T0, T1, T2, T3, T4, T5, T6, T7, M0, M1, M2, M3, M4, M5, M6, M7> where
    T: Clone,
    T0: Clone + 'static,
    M0: Mutator<T0>,
    T1: Clone + 'static,
    M1: Mutator<T1>,
    T2: Clone + 'static,
    M2: Mutator<T2>,
    T3: Clone + 'static,
    M3: Mutator<T3>,
    T4: Clone + 'static,
    M4: Mutator<T4>,
    T5: Clone + 'static,
    M5: Mutator<T5>,
    T6: Clone + 'static,
    M6: Mutator<T6>,
    T7: Clone + 'static,
    M7: Mutator<T7>,
    T: TupleStructure<Tuple8<T0, T1, T2, T3, T4, T5, T6, T7>>, 
[src]

type Cache = Cache<<M0 as Mutator<T0>>::Cache, <M1 as Mutator<T1>>::Cache, <M2 as Mutator<T2>>::Cache, <M3 as Mutator<T3>>::Cache, <M4 as Mutator<T4>>::Cache, <M5 as Mutator<T5>>::Cache, <M6 as Mutator<T6>>::Cache, <M7 as Mutator<T7>>::Cache>

type MutationStep = MutationStep<<M0 as Mutator<T0>>::MutationStep, <M1 as Mutator<T1>>::MutationStep, <M2 as Mutator<T2>>::MutationStep, <M3 as Mutator<T3>>::MutationStep, <M4 as Mutator<T4>>::MutationStep, <M5 as Mutator<T5>>::MutationStep, <M6 as Mutator<T6>>::MutationStep, <M7 as Mutator<T7>>::MutationStep>

type ArbitraryStep = ArbitraryStep<<M0 as Mutator<T0>>::ArbitraryStep, <M1 as Mutator<T1>>::ArbitraryStep, <M2 as Mutator<T2>>::ArbitraryStep, <M3 as Mutator<T3>>::ArbitraryStep, <M4 as Mutator<T4>>::ArbitraryStep, <M5 as Mutator<T5>>::ArbitraryStep, <M6 as Mutator<T6>>::ArbitraryStep, <M7 as Mutator<T7>>::ArbitraryStep>

type UnmutateToken = UnmutateToken<<M0 as Mutator<T0>>::UnmutateToken, <M1 as Mutator<T1>>::UnmutateToken, <M2 as Mutator<T2>>::UnmutateToken, <M3 as Mutator<T3>>::UnmutateToken, <M4 as Mutator<T4>>::UnmutateToken, <M5 as Mutator<T5>>::UnmutateToken, <M6 as Mutator<T6>>::UnmutateToken, <M7 as Mutator<T7>>::UnmutateToken>

impl<T0: 'static, T1: 'static, T2: 'static, T3: 'static, T4: 'static, T5: 'static, T6: 'static, T7: 'static> TupleStructure<Tuple8<T0, T1, T2, T3, T4, T5, T6, T7>> for (T0, T1, T2, T3, T4, T5, T6, T7)[src]

Auto Trait Implementations

impl<T0, T1, T2, T3, T4, T5, T6, T7> RefUnwindSafe for Tuple8<T0, T1, T2, T3, T4, T5, T6, T7> where
    T0: RefUnwindSafe,
    T1: RefUnwindSafe,
    T2: RefUnwindSafe,
    T3: RefUnwindSafe,
    T4: RefUnwindSafe,
    T5: RefUnwindSafe,
    T6: RefUnwindSafe,
    T7: RefUnwindSafe
[src]

impl<T0, T1, T2, T3, T4, T5, T6, T7> Send for Tuple8<T0, T1, T2, T3, T4, T5, T6, T7> where
    T0: Send,
    T1: Send,
    T2: Send,
    T3: Send,
    T4: Send,
    T5: Send,
    T6: Send,
    T7: Send
[src]

impl<T0, T1, T2, T3, T4, T5, T6, T7> Sync for Tuple8<T0, T1, T2, T3, T4, T5, T6, T7> where
    T0: Sync,
    T1: Sync,
    T2: Sync,
    T3: Sync,
    T4: Sync,
    T5: Sync,
    T6: Sync,
    T7: Sync
[src]

impl<T0, T1, T2, T3, T4, T5, T6, T7> Unpin for Tuple8<T0, T1, T2, T3, T4, T5, T6, T7> where
    T0: Unpin,
    T1: Unpin,
    T2: Unpin,
    T3: Unpin,
    T4: Unpin,
    T5: Unpin,
    T6: Unpin,
    T7: Unpin
[src]

impl<T0, T1, T2, T3, T4, T5, T6, T7> UnwindSafe for Tuple8<T0, T1, T2, T3, T4, T5, T6, T7> where
    T0: UnwindSafe,
    T1: UnwindSafe,
    T2: UnwindSafe,
    T3: UnwindSafe,
    T4: UnwindSafe,
    T5: UnwindSafe,
    T6: UnwindSafe,
    T7: 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.