[−][src]Struct futures::sink::SendAll
Future for the Sink::send_all
combinator, which sends a stream of values
to a sink and then waits until the sink has fully flushed those values.
Trait Implementations
impl<T: Debug, U: Debug + Stream> Debug for SendAll<T, U> where
U::Item: Debug,
[src][+]
U::Item: Debug,
impl<T, U> Future for SendAll<T, U> where
T: Sink,
U: Stream<Item = T::SinkItem>,
T::SinkError: From<U::Error>,
[src][+]
T: Sink,
U: Stream<Item = T::SinkItem>,
T::SinkError: From<U::Error>,
Auto Trait Implementations
impl<T, U> RefUnwindSafe for SendAll<T, U> where
T: RefUnwindSafe,
U: RefUnwindSafe,
<U as Stream>::Item: RefUnwindSafe,
T: RefUnwindSafe,
U: RefUnwindSafe,
<U as Stream>::Item: RefUnwindSafe,
impl<T, U> Send for SendAll<T, U> where
T: Send,
U: Send,
<U as Stream>::Item: Send,
T: Send,
U: Send,
<U as Stream>::Item: Send,
impl<T, U> Sync for SendAll<T, U> where
T: Sync,
U: Sync,
<U as Stream>::Item: Sync,
T: Sync,
U: Sync,
<U as Stream>::Item: Sync,
impl<T, U> Unpin for SendAll<T, U> where
T: Unpin,
U: Unpin,
<U as Stream>::Item: Unpin,
T: Unpin,
U: Unpin,
<U as Stream>::Item: Unpin,
impl<T, U> UnwindSafe for SendAll<T, U> where
T: UnwindSafe,
U: UnwindSafe,
<U as Stream>::Item: UnwindSafe,
T: UnwindSafe,
U: UnwindSafe,
<U as Stream>::Item: 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,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<F> IntoFuture for F where
F: Future,
[src][+]
F: Future,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,