[][src]Struct amadeus_core::par_sink::ReduceA8Async

pub struct ReduceA8Async<A, B, C, D, E, F, G, H, S0, S1, S2, S3, S4, S5, S6, S7> where
    A: ReducerAsync<S0>,
    B: ReducerAsync<S1>,
    C: ReducerAsync<S2>,
    D: ReducerAsync<S3>,
    E: ReducerAsync<S4>,
    F: ReducerAsync<S5>,
    G: ReducerAsync<S6>,
    H: ReducerAsync<S7>, 
{ /* fields omitted */ }

Trait Implementations

impl<A, B, C, D, E, F, G, H, S0, S1, S2, S3, S4, S5, S6, S7> PinnedDrop for ReduceA8Async<A, B, C, D, E, F, G, H, S0, S1, S2, S3, S4, S5, S6, S7> where
    A: ReducerAsync<S0>,
    B: ReducerAsync<S1>,
    C: ReducerAsync<S2>,
    D: ReducerAsync<S3>,
    E: ReducerAsync<S4>,
    F: ReducerAsync<S5>,
    G: ReducerAsync<S6>,
    H: ReducerAsync<S7>, 
[src]

impl<A: ReducerAsync<S0>, B: ReducerAsync<S1>, C: ReducerAsync<S2>, D: ReducerAsync<S3>, E: ReducerAsync<S4>, F: ReducerAsync<S5>, G: ReducerAsync<S6>, H: ReducerAsync<S7>, S0, S1, S2, S3, S4, S5, S6, S7> ReducerAsync<Sum8<S0, S1, S2, S3, S4, S5, S6, S7>> for ReduceA8Async<A, B, C, D, E, F, G, H, S0, S1, S2, S3, S4, S5, S6, S7>[src]

type Output = (A::Output, B::Output, C::Output, D::Output, E::Output, F::Output, G::Output, H::Output)

impl<A: ReducerAsync<S0>, B: ReducerAsync<S1>, C: ReducerAsync<S2>, D: ReducerAsync<S3>, E: ReducerAsync<S4>, F: ReducerAsync<S5>, G: ReducerAsync<S6>, H: ReducerAsync<S7>, S0, S1, S2, S3, S4, S5, S6, S7> Sink<Sum8<S0, S1, S2, S3, S4, S5, S6, S7>> for ReduceA8Async<A, B, C, D, E, F, G, H, S0, S1, S2, S3, S4, S5, S6, S7>[src]

impl<'pin, A, B, C, D, E, F, G, H, S0, S1, S2, S3, S4, S5, S6, S7> Unpin for ReduceA8Async<A, B, C, D, E, F, G, H, S0, S1, S2, S3, S4, S5, S6, S7> where
    A: ReducerAsync<S0>,
    B: ReducerAsync<S1>,
    C: ReducerAsync<S2>,
    D: ReducerAsync<S3>,
    E: ReducerAsync<S4>,
    F: ReducerAsync<S5>,
    G: ReducerAsync<S6>,
    H: ReducerAsync<S7>,
    __ReduceA8Async<'pin, A, B, C, D, E, F, G, H, S0, S1, S2, S3, S4, S5, S6, S7>: Unpin
[src]

impl<A, B, C, D, E, F, G, H, S0, S1, S2, S3, S4, S5, S6, S7> UnsafeUnpin for ReduceA8Async<A, B, C, D, E, F, G, H, S0, S1, S2, S3, S4, S5, S6, S7> where
    A: ReducerAsync<S0>,
    B: ReducerAsync<S1>,
    C: ReducerAsync<S2>,
    D: ReducerAsync<S3>,
    E: ReducerAsync<S4>,
    F: ReducerAsync<S5>,
    G: ReducerAsync<S6>,
    H: ReducerAsync<S7>, 
[src]

Auto Trait Implementations

impl<A, B, C, D, E, F, G, H, S0, S1, S2, S3, S4, S5, S6, S7> RefUnwindSafe for ReduceA8Async<A, B, C, D, E, F, G, H, S0, S1, S2, S3, S4, S5, S6, S7> where
    A: RefUnwindSafe,
    B: RefUnwindSafe,
    C: RefUnwindSafe,
    D: RefUnwindSafe,
    E: RefUnwindSafe,
    F: RefUnwindSafe,
    G: RefUnwindSafe,
    H: RefUnwindSafe,
    S0: RefUnwindSafe,
    S1: RefUnwindSafe,
    S2: RefUnwindSafe,
    S3: RefUnwindSafe,
    S4: RefUnwindSafe,
    S5: RefUnwindSafe,
    S6: RefUnwindSafe,
    S7: RefUnwindSafe

impl<A, B, C, D, E, F, G, H, S0, S1, S2, S3, S4, S5, S6, S7> Send for ReduceA8Async<A, B, C, D, E, F, G, H, S0, S1, S2, S3, S4, S5, S6, S7> where
    A: Send,
    B: Send,
    C: Send,
    D: Send,
    E: Send,
    F: Send,
    G: Send,
    H: Send,
    S0: Send,
    S1: Send,
    S2: Send,
    S3: Send,
    S4: Send,
    S5: Send,
    S6: Send,
    S7: Send

impl<A, B, C, D, E, F, G, H, S0, S1, S2, S3, S4, S5, S6, S7> Sync for ReduceA8Async<A, B, C, D, E, F, G, H, S0, S1, S2, S3, S4, S5, S6, S7> where
    A: Sync,
    B: Sync,
    C: Sync,
    D: Sync,
    E: Sync,
    F: Sync,
    G: Sync,
    H: Sync,
    S0: Sync,
    S1: Sync,
    S2: Sync,
    S3: Sync,
    S4: Sync,
    S5: Sync,
    S6: Sync,
    S7: Sync

impl<A, B, C, D, E, F, G, H, S0, S1, S2, S3, S4, S5, S6, S7> UnwindSafe for ReduceA8Async<A, B, C, D, E, F, G, H, S0, S1, S2, S3, S4, S5, S6, S7> where
    A: UnwindSafe,
    B: UnwindSafe,
    C: UnwindSafe,
    D: UnwindSafe,
    E: UnwindSafe,
    F: UnwindSafe,
    G: UnwindSafe,
    H: UnwindSafe,
    S0: UnwindSafe,
    S1: UnwindSafe,
    S2: UnwindSafe,
    S3: UnwindSafe,
    S4: UnwindSafe,
    S5: UnwindSafe,
    S6: UnwindSafe,
    S7: UnwindSafe

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, U> Cast<U> for T where
    U: FromCast<T>, 

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

impl<T> FromBits<T> for T

impl<T> FromCast<T> for T

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

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

impl<T, U> IntoBits<U> for T where
    U: FromBits<T>, 

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,