[][src]Struct amadeus_core::par_sink::ReduceC1Async

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

Trait Implementations

impl<A, S0> PinnedDrop for ReduceC1Async<A, S0> where
    A: ReducerAsync<S0>, 
[src]

impl<A: ReducerAsync<S0>, S0> ReducerAsync<(S0,)> for ReduceC1Async<A, S0>[src]

type Output = (A::Output,)

impl<A: ReducerAsync<S0>, S0> Sink<(S0,)> for ReduceC1Async<A, S0>[src]

impl<'pin, A, S0> Unpin for ReduceC1Async<A, S0> where
    A: ReducerAsync<S0>,
    __ReduceC1Async<'pin, A, S0>: Unpin
[src]

impl<A, S0> UnsafeUnpin for ReduceC1Async<A, S0> where
    A: ReducerAsync<S0>, 
[src]

Auto Trait Implementations

impl<A, S0> RefUnwindSafe for ReduceC1Async<A, S0> where
    A: RefUnwindSafe,
    S0: RefUnwindSafe

impl<A, S0> Send for ReduceC1Async<A, S0> where
    A: Send,
    S0: Send

impl<A, S0> Sync for ReduceC1Async<A, S0> where
    A: Sync,
    S0: Sync

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