[][src]Struct amadeus_core::dist_iter::ReduceB8

pub struct ReduceB8<A, B, C, D, E, F, G, H>(_, _, _, _, _, _, _, _);

Trait Implementations

impl<A: Reducer, B: Reducer, C: Reducer, D: Reducer, E: Reducer, F: Reducer, G: Reducer, H: Reducer> Reducer for ReduceB8<A, B, C, D, E, F, G, H>[src]

type Item = (A::Item, B::Item, C::Item, D::Item, E::Item, F::Item, G::Item, H::Item)

type Output = (A::Output, B::Output, C::Output, D::Output, E::Output, F::Output, G::Output, H::Output)

Auto Trait Implementations

impl<A, B, C, D, E, F, G, H> Unpin for ReduceB8<A, B, C, D, E, F, G, H> where
    A: Unpin,
    B: Unpin,
    C: Unpin,
    D: Unpin,
    E: Unpin,
    F: Unpin,
    G: Unpin,
    H: Unpin

impl<A, B, C, D, E, F, G, H> Sync for ReduceB8<A, B, C, D, E, F, G, H> where
    A: Sync,
    B: Sync,
    C: Sync,
    D: Sync,
    E: Sync,
    F: Sync,
    G: Sync,
    H: Sync

impl<A, B, C, D, E, F, G, H> Send for ReduceB8<A, B, C, D, E, F, G, H> where
    A: Send,
    B: Send,
    C: Send,
    D: Send,
    E: Send,
    F: Send,
    G: Send,
    H: Send

impl<A, B, C, D, E, F, G, H> UnwindSafe for ReduceB8<A, B, C, D, E, F, G, H> where
    A: UnwindSafe,
    B: UnwindSafe,
    C: UnwindSafe,
    D: UnwindSafe,
    E: UnwindSafe,
    F: UnwindSafe,
    G: UnwindSafe,
    H: UnwindSafe

impl<A, B, C, D, E, F, G, H> RefUnwindSafe for ReduceB8<A, B, C, D, E, F, G, H> where
    A: RefUnwindSafe,
    B: RefUnwindSafe,
    C: RefUnwindSafe,
    D: RefUnwindSafe,
    E: RefUnwindSafe,
    F: RefUnwindSafe,
    G: RefUnwindSafe,
    H: 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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

impl<T> FromBits<T> for T

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

impl<T> FromCast<T> for T

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