[][src]Struct amadeus::dist_iter::ReduceA5Factory

pub struct ReduceA5Factory<R0, R1, R2, R3, R4>(_, _, _, _, _);

Trait Implementations

impl<R0, R1, R2, R3, R4> ReduceFactory for ReduceA5Factory<R0, R1, R2, R3, R4> where
    R0: ReduceFactory,
    R1: ReduceFactory,
    R2: ReduceFactory,
    R3: ReduceFactory,
    R4: ReduceFactory
[src]

type Reducer = ReduceA5<<R0 as ReduceFactory>::Reducer, <R1 as ReduceFactory>::Reducer, <R2 as ReduceFactory>::Reducer, <R3 as ReduceFactory>::Reducer, <R4 as ReduceFactory>::Reducer>

Auto Trait Implementations

impl<R0, R1, R2, R3, R4> Send for ReduceA5Factory<R0, R1, R2, R3, R4> where
    R0: Send,
    R1: Send,
    R2: Send,
    R3: Send,
    R4: Send

impl<R0, R1, R2, R3, R4> Sync for ReduceA5Factory<R0, R1, R2, R3, R4> where
    R0: Sync,
    R1: Sync,
    R2: Sync,
    R3: Sync,
    R4: Sync

impl<R0, R1, R2, R3, R4> Unpin for ReduceA5Factory<R0, R1, R2, R3, R4> where
    R0: Unpin,
    R1: Unpin,
    R2: Unpin,
    R3: Unpin,
    R4: Unpin

impl<R0, R1, R2, R3, R4> UnwindSafe for ReduceA5Factory<R0, R1, R2, R3, R4> where
    R0: UnwindSafe,
    R1: UnwindSafe,
    R2: UnwindSafe,
    R3: UnwindSafe,
    R4: UnwindSafe

impl<R0, R1, R2, R3, R4> RefUnwindSafe for ReduceA5Factory<R0, R1, R2, R3, R4> where
    R0: RefUnwindSafe,
    R1: RefUnwindSafe,
    R2: RefUnwindSafe,
    R3: RefUnwindSafe,
    R4: RefUnwindSafe

Blanket Implementations

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

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

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> Borrow<T> for T where
    T: ?Sized
[src]

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

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<A, B> Downcast<A> for B where
    A: DowncastImpl<B>, 
[src]

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

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

impl<T> FromCast<T> for T

impl<T, U> Cast<U> for T where
    U: FromCast<T>, 

impl<T> FromBits<T> for T

impl<T, U> IntoBits<U> for T where
    U: FromBits<T>, 

impl<T> Type for T[src]

type Meta = Concrete

Type of metadata for type.

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

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err