[][src]Struct amadeus::par_sink::ReduceA1Async

pub struct ReduceA1Async<A, S0> where
    A: Sink<S0>, 
{ /* fields omitted */ }

Trait Implementations

impl<A, S0> Sink<Sum1<S0>> for ReduceA1Async<A, S0> where
    A: Sink<S0>, 
[src]

type Done = (<A as Sink<S0>>::Done,)

impl<'pin, A, S0> Unpin for ReduceA1Async<A, S0> where
    A: Sink<S0>,
    __ReduceA1Async<'pin, A, S0>: Unpin
[src]

impl<A, S0> UnsafeUnpin for ReduceA1Async<A, S0> where
    A: Sink<S0>, 
[src]

Auto Trait Implementations

impl<A, S0> RefUnwindSafe for ReduceA1Async<A, S0> where
    A: RefUnwindSafe,
    S0: RefUnwindSafe,
    <A as Sink<S0>>::Done: RefUnwindSafe

impl<A, S0> Send for ReduceA1Async<A, S0> where
    A: Send,
    S0: Send,
    <A as Sink<S0>>::Done: Send

impl<A, S0> Sync for ReduceA1Async<A, S0> where
    A: Sync,
    S0: Sync,
    <A as Sink<S0>>::Done: Sync

impl<A, S0> UnwindSafe for ReduceA1Async<A, S0> where
    A: UnwindSafe,
    S0: UnwindSafe,
    <A as Sink<S0>>::Done: 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<A, B> Downcast<A> for B where
    A: DowncastFrom<B>, 
[src]

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

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

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>,