[][src]Struct amadeus::par_sink::ReduceA2Async

pub struct ReduceA2Async<A, B, S0, S1> where
    A: ReducerAsync<S0>,
    B: ReducerAsync<S1>, 
{ /* fields omitted */ }

Trait Implementations

impl<A, B, S0, S1> ReducerAsync<Sum2<S0, S1>> for ReduceA2Async<A, B, S0, S1> where
    A: ReducerAsync<S0>,
    B: ReducerAsync<S1>, 
[src]

type Output = (<A as ReducerAsync<S0>>::Output, <B as ReducerAsync<S1>>::Output)

impl<A, B, S0, S1> Sink<Sum2<S0, S1>> for ReduceA2Async<A, B, S0, S1> where
    A: ReducerAsync<S0>,
    B: ReducerAsync<S1>, 
[src]

impl<'pin, A, B, S0, S1> Unpin for ReduceA2Async<A, B, S0, S1> where
    A: ReducerAsync<S0>,
    B: ReducerAsync<S1>,
    __ReduceA2Async<'pin, A, B, S0, S1>: Unpin
[src]

impl<A, B, S0, S1> UnsafeUnpin for ReduceA2Async<A, B, S0, S1> where
    A: ReducerAsync<S0>,
    B: ReducerAsync<S1>, 
[src]

Auto Trait Implementations

impl<A, B, S0, S1> RefUnwindSafe for ReduceA2Async<A, B, S0, S1> where
    A: RefUnwindSafe,
    B: RefUnwindSafe,
    S0: RefUnwindSafe,
    S1: RefUnwindSafe

impl<A, B, S0, S1> Send for ReduceA2Async<A, B, S0, S1> where
    A: Send,
    B: Send,
    S0: Send,
    S1: Send

impl<A, B, S0, S1> Sync for ReduceA2Async<A, B, S0, S1> where
    A: Sync,
    B: Sync,
    S0: Sync,
    S1: Sync

impl<A, B, S0, S1> UnwindSafe for ReduceA2Async<A, B, S0, S1> where
    A: UnwindSafe,
    B: UnwindSafe,
    S0: UnwindSafe,
    S1: 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>,