[][src]Struct amadeus::par_sink::FolderSyncReducerAsync

pub struct FolderSyncReducerAsync<Item, F, S, Final> { /* fields omitted */ }

Trait Implementations

impl<Item, F> Sink<Item> for FolderSyncReducerAsync<Item, F, <F as FolderSync<Item>>::State, Final> where
    F: FolderSync<Item>, 
[src]

type Done = <F as FolderSync<Item>>::Done

impl<Item, F> Sink<Item> for FolderSyncReducerAsync<Item, F, <F as FolderSync<Item>>::State, Inter> where
    F: FolderSync<Item>, 
[src]

type Done = <F as FolderSync<Item>>::State

impl<'pin, Item, F, S, Final> Unpin for FolderSyncReducerAsync<Item, F, S, Final> where
    __FolderSyncReducerAsync<'pin, Item, F, S, Final>: Unpin
[src]

impl<Item, F, S, Final> UnsafeUnpin for FolderSyncReducerAsync<Item, F, S, Final>[src]

Auto Trait Implementations

impl<Item, F, S, Final> RefUnwindSafe for FolderSyncReducerAsync<Item, F, S, Final> where
    F: RefUnwindSafe,
    S: RefUnwindSafe

impl<Item, F, S, Final> Send for FolderSyncReducerAsync<Item, F, S, Final> where
    F: Send,
    S: Send

impl<Item, F, S, Final> Sync for FolderSyncReducerAsync<Item, F, S, Final> where
    F: Sync,
    S: Sync

impl<Item, F, S, Final> UnwindSafe for FolderSyncReducerAsync<Item, F, S, Final> where
    F: UnwindSafe,
    S: 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<A, B> Downcast<A> for B where
    A: DowncastFrom<B>, 
[src]

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

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

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>,