[−][src]Struct futures::stream::Collect
A future which collects all of the values of a stream into a vector.
This future is created by the Stream::collect
method.
Trait Implementations
impl<S: Debug> Debug for Collect<S> where
S: Stream,
S::Item: Debug,
[src][+]
S: Stream,
S::Item: Debug,
impl<S> Future for Collect<S> where
S: Stream,
[src][+]
S: Stream,
Auto Trait Implementations
impl<S> RefUnwindSafe for Collect<S> where
S: RefUnwindSafe,
<S as Stream>::Item: RefUnwindSafe,
S: RefUnwindSafe,
<S as Stream>::Item: RefUnwindSafe,
impl<S> Send for Collect<S> where
S: Send,
<S as Stream>::Item: Send,
S: Send,
<S as Stream>::Item: Send,
impl<S> Sync for Collect<S> where
S: Sync,
<S as Stream>::Item: Sync,
S: Sync,
<S as Stream>::Item: Sync,
impl<S> Unpin for Collect<S> where
S: Unpin,
<S as Stream>::Item: Unpin,
S: Unpin,
<S as Stream>::Item: Unpin,
impl<S> UnwindSafe for Collect<S> where
S: UnwindSafe,
<S as Stream>::Item: UnwindSafe,
S: UnwindSafe,
<S 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>,