[][src]Struct amadeus::par_sink::AsyncTuple7

pub struct AsyncTuple7<Source, C0, C1, C2, C3, C4, C5, C6> { /* fields omitted */ }

Trait Implementations

impl<Source, C0, C1, C2, C3, C4, C5, C6> PipeTaskAsync<Source> for AsyncTuple7<Source, C0, C1, C2, C3, C4, C5, C6> where
    C0: PipeTaskAsync<Source>,
    C1: PipeTaskAsync<Source>,
    C2: PipeTaskAsync<Source>,
    C3: PipeTaskAsync<Source>,
    C4: PipeTaskAsync<Source>,
    C5: PipeTaskAsync<Source>,
    C6: PipeTaskAsync<Source>,
    Source: Copy
[src]

type Item = Sum7<<C0 as PipeTaskAsync<Source>>::Item, <C1 as PipeTaskAsync<Source>>::Item, <C2 as PipeTaskAsync<Source>>::Item, <C3 as PipeTaskAsync<Source>>::Item, <C4 as PipeTaskAsync<Source>>::Item, <C5 as PipeTaskAsync<Source>>::Item, <C6 as PipeTaskAsync<Source>>::Item>

impl<'pin, Source, C0, C1, C2, C3, C4, C5, C6> Unpin for AsyncTuple7<Source, C0, C1, C2, C3, C4, C5, C6> where
    __AsyncTuple7<'pin, Source, C0, C1, C2, C3, C4, C5, C6>: Unpin
[src]

impl<Source, C0, C1, C2, C3, C4, C5, C6> UnsafeUnpin for AsyncTuple7<Source, C0, C1, C2, C3, C4, C5, C6>[src]

Auto Trait Implementations

impl<Source, C0, C1, C2, C3, C4, C5, C6> RefUnwindSafe for AsyncTuple7<Source, C0, C1, C2, C3, C4, C5, C6> where
    C0: RefUnwindSafe,
    C1: RefUnwindSafe,
    C2: RefUnwindSafe,
    C3: RefUnwindSafe,
    C4: RefUnwindSafe,
    C5: RefUnwindSafe,
    C6: RefUnwindSafe,
    Source: RefUnwindSafe

impl<Source, C0, C1, C2, C3, C4, C5, C6> Send for AsyncTuple7<Source, C0, C1, C2, C3, C4, C5, C6> where
    C0: Send,
    C1: Send,
    C2: Send,
    C3: Send,
    C4: Send,
    C5: Send,
    C6: Send,
    Source: Send

impl<Source, C0, C1, C2, C3, C4, C5, C6> Sync for AsyncTuple7<Source, C0, C1, C2, C3, C4, C5, C6> where
    C0: Sync,
    C1: Sync,
    C2: Sync,
    C3: Sync,
    C4: Sync,
    C5: Sync,
    C6: Sync,
    Source: Sync

impl<Source, C0, C1, C2, C3, C4, C5, C6> UnwindSafe for AsyncTuple7<Source, C0, C1, C2, C3, C4, C5, C6> where
    C0: UnwindSafe,
    C1: UnwindSafe,
    C2: UnwindSafe,
    C3: UnwindSafe,
    C4: UnwindSafe,
    C5: UnwindSafe,
    C6: UnwindSafe,
    Source: 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>,