[][src]Struct amadeus::par_sink::GroupByReducerAAsync

pub struct GroupByReducerAAsync<P, R, RA, T, U> { /* fields omitted */ }

Implementations

impl<P, R, RA, T, U> GroupByReducerAAsync<P, R, RA, T, U>[src]

pub fn new(pipe: P, factory: R) -> GroupByReducerAAsync<P, R, RA, T, U>[src]

Constructs a new GroupByReducerAAsync.

Trait Implementations

impl<P, R, T, U> ReducerAsync<(T, U)> for GroupByReducerAAsync<P, R, <R as Reducer<<P as Pipe<U>>::Item>>::Async, T, U> where
    P: Pipe<U>,
    R: Reducer<<P as Pipe<U>>::Item> + Clone,
    T: Eq + Hash
[src]

type Output = HashMap<T, <R as Reducer<<P as Pipe<U>>::Item>>::Output, RandomState>

impl<P, R, T, U> Sink<(T, U)> for GroupByReducerAAsync<P, R, <R as Reducer<<P as Pipe<U>>::Item>>::Async, T, U> where
    P: Pipe<U>,
    R: Reducer<<P as Pipe<U>>::Item> + Clone,
    T: Eq + Hash
[src]

impl<'pin, P, R, RA, T, U> Unpin for GroupByReducerAAsync<P, R, RA, T, U> where
    __GroupByReducerAAsync<'pin, P, R, RA, T, U>: Unpin
[src]

impl<P, R, RA, T, U> UnsafeUnpin for GroupByReducerAAsync<P, R, RA, T, U>[src]

Auto Trait Implementations

impl<P, R, RA, T, U> RefUnwindSafe for GroupByReducerAAsync<P, R, RA, T, U> where
    P: RefUnwindSafe,
    R: RefUnwindSafe,
    RA: RefUnwindSafe,
    T: RefUnwindSafe,
    U: RefUnwindSafe

impl<P, R, RA, T, U> Send for GroupByReducerAAsync<P, R, RA, T, U> where
    P: Send,
    R: Send,
    RA: Send,
    T: Send,
    U: Send

impl<P, R, RA, T, U> Sync for GroupByReducerAAsync<P, R, RA, T, U> where
    P: Sync,
    R: Sync,
    RA: Sync,
    T: Sync,
    U: Sync

impl<P, R, RA, T, U> UnwindSafe for GroupByReducerAAsync<P, R, RA, T, U> where
    P: UnwindSafe,
    R: UnwindSafe,
    RA: UnwindSafe,
    T: UnwindSafe,
    U: 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>,