[−][src]Struct amadeus_core::par_sink::IntoReducerAsync
Trait Implementations
impl<R, T> PinnedDrop for IntoReducerAsync<R, T>[src]
impl<R: Sink<Item>, T, Item> Sink<Item> for IntoReducerAsync<R, T> where
R::Done: Into<T>, [src]
R::Done: Into<T>,
type Done = T
fn poll_forward(
self: Pin<&mut Self>,
cx: &mut Context,
stream: Pin<&mut impl Stream<Item = Item>>
) -> Poll<Self::Done>[src]
self: Pin<&mut Self>,
cx: &mut Context,
stream: Pin<&mut impl Stream<Item = Item>>
) -> Poll<Self::Done>
fn send(&mut self, item: Item) -> Send<Self, Item>ⓘ where
Self: Unpin, [src]
Self: Unpin,
fn send_all<'a, S: ?Sized>(
&'a mut self,
items: &'a mut S
) -> SendAll<'a, Self, S>ⓘ where
S: Stream<Item = Item> + Unpin,
Self: Unpin, [src]
&'a mut self,
items: &'a mut S
) -> SendAll<'a, Self, S>ⓘ where
S: Stream<Item = Item> + Unpin,
Self: Unpin,
fn done(&mut self) -> Done<Self, Item>ⓘ where
Self: Unpin, [src]
Self: Unpin,
impl<'pin, R, T> Unpin for IntoReducerAsync<R, T> where
__IntoReducerAsync<'pin, R, T>: Unpin, [src]
__IntoReducerAsync<'pin, R, T>: Unpin,
impl<R, T> UnsafeUnpin for IntoReducerAsync<R, T>[src]
Auto Trait Implementations
impl<R, T> RefUnwindSafe for IntoReducerAsync<R, T> where
R: RefUnwindSafe,
R: RefUnwindSafe,
impl<R, T> Send for IntoReducerAsync<R, T> where
R: Send,
R: Send,
impl<R, T> Sync for IntoReducerAsync<R, T> where
R: Sync,
R: Sync,
impl<R, T> UnwindSafe for IntoReducerAsync<R, T> where
R: UnwindSafe,
R: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,