[][src]Struct amadeus::par_sink::ReduceA6Async

pub struct ReduceA6Async<A, B, C, D, E, F, S0, S1, S2, S3, S4, S5> where
    A: Sink<S0>,
    B: Sink<S1>,
    C: Sink<S2>,
    D: Sink<S3>,
    E: Sink<S4>,
    F: Sink<S5>, 
{ /* fields omitted */ }

Trait Implementations

impl<A, B, C, D, E, F, S0, S1, S2, S3, S4, S5> Sink<Sum6<S0, S1, S2, S3, S4, S5>> for ReduceA6Async<A, B, C, D, E, F, S0, S1, S2, S3, S4, S5> where
    A: Sink<S0>,
    B: Sink<S1>,
    C: Sink<S2>,
    D: Sink<S3>,
    E: Sink<S4>,
    F: Sink<S5>, 
[src]

type Done = (<A as Sink<S0>>::Done, <B as Sink<S1>>::Done, <C as Sink<S2>>::Done, <D as Sink<S3>>::Done, <E as Sink<S4>>::Done, <F as Sink<S5>>::Done)

impl<'pin, A, B, C, D, E, F, S0, S1, S2, S3, S4, S5> Unpin for ReduceA6Async<A, B, C, D, E, F, S0, S1, S2, S3, S4, S5> where
    A: Sink<S0>,
    B: Sink<S1>,
    C: Sink<S2>,
    D: Sink<S3>,
    E: Sink<S4>,
    F: Sink<S5>,
    __ReduceA6Async<'pin, A, B, C, D, E, F, S0, S1, S2, S3, S4, S5>: Unpin
[src]

impl<A, B, C, D, E, F, S0, S1, S2, S3, S4, S5> UnsafeUnpin for ReduceA6Async<A, B, C, D, E, F, S0, S1, S2, S3, S4, S5> where
    A: Sink<S0>,
    B: Sink<S1>,
    C: Sink<S2>,
    D: Sink<S3>,
    E: Sink<S4>,
    F: Sink<S5>, 
[src]

Auto Trait Implementations

impl<A, B, C, D, E, F, S0, S1, S2, S3, S4, S5> RefUnwindSafe for ReduceA6Async<A, B, C, D, E, F, S0, S1, S2, S3, S4, S5> where
    A: RefUnwindSafe,
    B: RefUnwindSafe,
    C: RefUnwindSafe,
    D: RefUnwindSafe,
    E: RefUnwindSafe,
    F: RefUnwindSafe,
    S0: RefUnwindSafe,
    S1: RefUnwindSafe,
    S2: RefUnwindSafe,
    S3: RefUnwindSafe,
    S4: RefUnwindSafe,
    S5: RefUnwindSafe,
    <A as Sink<S0>>::Done: RefUnwindSafe,
    <B as Sink<S1>>::Done: RefUnwindSafe,
    <C as Sink<S2>>::Done: RefUnwindSafe,
    <D as Sink<S3>>::Done: RefUnwindSafe,
    <E as Sink<S4>>::Done: RefUnwindSafe,
    <F as Sink<S5>>::Done: RefUnwindSafe

impl<A, B, C, D, E, F, S0, S1, S2, S3, S4, S5> Send for ReduceA6Async<A, B, C, D, E, F, S0, S1, S2, S3, S4, S5> where
    A: Send,
    B: Send,
    C: Send,
    D: Send,
    E: Send,
    F: Send,
    S0: Send,
    S1: Send,
    S2: Send,
    S3: Send,
    S4: Send,
    S5: Send,
    <A as Sink<S0>>::Done: Send,
    <B as Sink<S1>>::Done: Send,
    <C as Sink<S2>>::Done: Send,
    <D as Sink<S3>>::Done: Send,
    <E as Sink<S4>>::Done: Send,
    <F as Sink<S5>>::Done: Send

impl<A, B, C, D, E, F, S0, S1, S2, S3, S4, S5> Sync for ReduceA6Async<A, B, C, D, E, F, S0, S1, S2, S3, S4, S5> where
    A: Sync,
    B: Sync,
    C: Sync,
    D: Sync,
    E: Sync,
    F: Sync,
    S0: Sync,
    S1: Sync,
    S2: Sync,
    S3: Sync,
    S4: Sync,
    S5: Sync,
    <A as Sink<S0>>::Done: Sync,
    <B as Sink<S1>>::Done: Sync,
    <C as Sink<S2>>::Done: Sync,
    <D as Sink<S3>>::Done: Sync,
    <E as Sink<S4>>::Done: Sync,
    <F as Sink<S5>>::Done: Sync

impl<A, B, C, D, E, F, S0, S1, S2, S3, S4, S5> UnwindSafe for ReduceA6Async<A, B, C, D, E, F, S0, S1, S2, S3, S4, S5> where
    A: UnwindSafe,
    B: UnwindSafe,
    C: UnwindSafe,
    D: UnwindSafe,
    E: UnwindSafe,
    F: UnwindSafe,
    S0: UnwindSafe,
    S1: UnwindSafe,
    S2: UnwindSafe,
    S3: UnwindSafe,
    S4: UnwindSafe,
    S5: UnwindSafe,
    <A as Sink<S0>>::Done: UnwindSafe,
    <B as Sink<S1>>::Done: UnwindSafe,
    <C as Sink<S2>>::Done: UnwindSafe,
    <D as Sink<S3>>::Done: UnwindSafe,
    <E as Sink<S4>>::Done: UnwindSafe,
    <F as Sink<S5>>::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>,