[][src]Struct amadeus::par_sink::Collect

#[must_use]pub struct Collect<I, A> { /* fields omitted */ }

Implementations

impl<I, A> Collect<I, A>[src]

pub fn new(i: I) -> Collect<I, A>[src]

Constructs a new Collect.

Trait Implementations

impl<I, Source, T> DistributedSink<Source> for Collect<I, T> where
    I: DistributedPipe<Source>,
    T: FromDistributedStream<<I as DistributedPipe<Source>>::Item>, 
[src]

type Output = T

type Pipe = I

type ReduceAFactory = <T as FromDistributedStream<<I as DistributedPipe<Source>>::Item>>::ReduceAFactory

type ReduceBFactory = <T as FromDistributedStream<<I as DistributedPipe<Source>>::Item>>::ReduceBFactory

type ReduceA = <T as FromDistributedStream<<I as DistributedPipe<Source>>::Item>>::ReduceA

type ReduceB = <T as FromDistributedStream<<I as DistributedPipe<Source>>::Item>>::ReduceB

type ReduceC = <T as FromDistributedStream<<I as DistributedPipe<Source>>::Item>>::ReduceC

impl<I, Source, T> ParallelSink<Source> for Collect<I, T> where
    I: ParallelPipe<Source>,
    T: FromParallelStream<<I as ParallelPipe<Source>>::Item>, 
[src]

type Output = T

type Pipe = I

type ReduceAFactory = <T as FromParallelStream<<I as ParallelPipe<Source>>::Item>>::ReduceAFactory

type ReduceA = <T as FromParallelStream<<I as ParallelPipe<Source>>::Item>>::ReduceA

type ReduceC = <T as FromParallelStream<<I as ParallelPipe<Source>>::Item>>::ReduceC

Auto Trait Implementations

impl<I, A> RefUnwindSafe for Collect<I, A> where
    I: RefUnwindSafe

impl<I, A> Send for Collect<I, A> where
    I: Send

impl<I, A> Sync for Collect<I, A> where
    I: Sync

impl<I, A> Unpin for Collect<I, A> where
    I: Unpin

impl<I, A> UnwindSafe for Collect<I, A> where
    I: 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[src]

type Meta = Concrete

Type of metadata for type.

impl<T> Type for T where
    T: ?Sized
[src]

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