[][src]Struct amadeus::par_sink::ReduceC7Async

pub struct ReduceC7Async<A, B, C, D, E, F, G> where
    A: ReducerAsync,
    B: ReducerAsync,
    C: ReducerAsync,
    D: ReducerAsync,
    E: ReducerAsync,
    F: ReducerAsync,
    G: ReducerAsync
{ /* fields omitted */ }

Trait Implementations

impl<A, B, C, D, E, F, G> ReducerAsync for ReduceC7Async<A, B, C, D, E, F, G> where
    A: ReducerAsync,
    B: ReducerAsync,
    C: ReducerAsync,
    D: ReducerAsync,
    E: ReducerAsync,
    F: ReducerAsync,
    G: ReducerAsync
[src]

type Item = (<A as ReducerAsync>::Item, <B as ReducerAsync>::Item, <C as ReducerAsync>::Item, <D as ReducerAsync>::Item, <E as ReducerAsync>::Item, <F as ReducerAsync>::Item, <G as ReducerAsync>::Item)

type Output = (<A as ReducerAsync>::Output, <B as ReducerAsync>::Output, <C as ReducerAsync>::Output, <D as ReducerAsync>::Output, <E as ReducerAsync>::Output, <F as ReducerAsync>::Output, <G as ReducerAsync>::Output)

impl<'pin, A, B, C, D, E, F, G> Unpin for ReduceC7Async<A, B, C, D, E, F, G> where
    A: ReducerAsync,
    B: ReducerAsync,
    C: ReducerAsync,
    D: ReducerAsync,
    E: ReducerAsync,
    F: ReducerAsync,
    G: ReducerAsync,
    __ReduceC7Async<'pin, A, B, C, D, E, F, G>: Unpin
[src]

impl<A, B, C, D, E, F, G> UnsafeUnpin for ReduceC7Async<A, B, C, D, E, F, G> where
    A: ReducerAsync,
    B: ReducerAsync,
    C: ReducerAsync,
    D: ReducerAsync,
    E: ReducerAsync,
    F: ReducerAsync,
    G: ReducerAsync
[src]

Auto Trait Implementations

impl<A, B, C, D, E, F, G> RefUnwindSafe for ReduceC7Async<A, B, C, D, E, F, G> where
    A: RefUnwindSafe,
    B: RefUnwindSafe,
    C: RefUnwindSafe,
    D: RefUnwindSafe,
    E: RefUnwindSafe,
    F: RefUnwindSafe,
    G: RefUnwindSafe,
    <A as ReducerAsync>::Item: RefUnwindSafe,
    <B as ReducerAsync>::Item: RefUnwindSafe,
    <C as ReducerAsync>::Item: RefUnwindSafe,
    <D as ReducerAsync>::Item: RefUnwindSafe,
    <E as ReducerAsync>::Item: RefUnwindSafe,
    <F as ReducerAsync>::Item: RefUnwindSafe,
    <G as ReducerAsync>::Item: RefUnwindSafe,
    <A as ReducerAsync>::Output: RefUnwindSafe,
    <B as ReducerAsync>::Output: RefUnwindSafe,
    <C as ReducerAsync>::Output: RefUnwindSafe,
    <D as ReducerAsync>::Output: RefUnwindSafe,
    <E as ReducerAsync>::Output: RefUnwindSafe,
    <F as ReducerAsync>::Output: RefUnwindSafe,
    <G as ReducerAsync>::Output: RefUnwindSafe

impl<A, B, C, D, E, F, G> Send for ReduceC7Async<A, B, C, D, E, F, G> where
    A: Send,
    B: Send,
    C: Send,
    D: Send,
    E: Send,
    F: Send,
    G: Send,
    <A as ReducerAsync>::Item: Send,
    <B as ReducerAsync>::Item: Send,
    <C as ReducerAsync>::Item: Send,
    <D as ReducerAsync>::Item: Send,
    <E as ReducerAsync>::Item: Send,
    <F as ReducerAsync>::Item: Send,
    <G as ReducerAsync>::Item: Send,
    <A as ReducerAsync>::Output: Send,
    <B as ReducerAsync>::Output: Send,
    <C as ReducerAsync>::Output: Send,
    <D as ReducerAsync>::Output: Send,
    <E as ReducerAsync>::Output: Send,
    <F as ReducerAsync>::Output: Send,
    <G as ReducerAsync>::Output: Send

impl<A, B, C, D, E, F, G> Sync for ReduceC7Async<A, B, C, D, E, F, G> where
    A: Sync,
    B: Sync,
    C: Sync,
    D: Sync,
    E: Sync,
    F: Sync,
    G: Sync,
    <A as ReducerAsync>::Item: Sync,
    <B as ReducerAsync>::Item: Sync,
    <C as ReducerAsync>::Item: Sync,
    <D as ReducerAsync>::Item: Sync,
    <E as ReducerAsync>::Item: Sync,
    <F as ReducerAsync>::Item: Sync,
    <G as ReducerAsync>::Item: Sync,
    <A as ReducerAsync>::Output: Sync,
    <B as ReducerAsync>::Output: Sync,
    <C as ReducerAsync>::Output: Sync,
    <D as ReducerAsync>::Output: Sync,
    <E as ReducerAsync>::Output: Sync,
    <F as ReducerAsync>::Output: Sync,
    <G as ReducerAsync>::Output: Sync

impl<A, B, C, D, E, F, G> UnwindSafe for ReduceC7Async<A, B, C, D, E, F, G> where
    A: UnwindSafe,
    B: UnwindSafe,
    C: UnwindSafe,
    D: UnwindSafe,
    E: UnwindSafe,
    F: UnwindSafe,
    G: UnwindSafe,
    <A as ReducerAsync>::Item: UnwindSafe,
    <B as ReducerAsync>::Item: UnwindSafe,
    <C as ReducerAsync>::Item: UnwindSafe,
    <D as ReducerAsync>::Item: UnwindSafe,
    <E as ReducerAsync>::Item: UnwindSafe,
    <F as ReducerAsync>::Item: UnwindSafe,
    <G as ReducerAsync>::Item: UnwindSafe,
    <A as ReducerAsync>::Output: UnwindSafe,
    <B as ReducerAsync>::Output: UnwindSafe,
    <C as ReducerAsync>::Output: UnwindSafe,
    <D as ReducerAsync>::Output: UnwindSafe,
    <E as ReducerAsync>::Output: UnwindSafe,
    <F as ReducerAsync>::Output: UnwindSafe,
    <G as ReducerAsync>::Output: 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<A, B> Downcast<A> for B where
    A: DowncastFrom<B>, 
[src]

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> Same<T> for T

type Output = T

Should always be Self

impl<T> Sealed<T> for T where
    T: ?Sized

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<T> Type for T where
    T: ?Sized
[src]

impl<T> Type for T[src]

type Meta = Concrete

Type of metadata for type.

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