[−][src]Struct futures_lite::stream::CollectFuture
Future for the StreamExt::collect()
method.
Trait Implementations
impl<St: Debug, C: Debug> Debug for CollectFuture<St, C>
[src]
impl<St, C> Future for CollectFuture<St, C> where
St: Stream,
C: Default + Extend<St::Item>,
[src]
St: Stream,
C: Default + Extend<St::Item>,
type Output = C
The type of value produced on completion.
fn poll(self: Pin<&mut Self>, cx: &mut Context) -> Poll<C>
[src]
impl<'__pin, St, C> Unpin for CollectFuture<St, C> where
__Origin<'__pin, St, C>: Unpin,
[src]
__Origin<'__pin, St, C>: Unpin,
Auto Trait Implementations
impl<St, C> RefUnwindSafe for CollectFuture<St, C> where
C: RefUnwindSafe,
St: RefUnwindSafe,
C: RefUnwindSafe,
St: RefUnwindSafe,
impl<St, C> Send for CollectFuture<St, C> where
C: Send,
St: Send,
C: Send,
St: Send,
impl<St, C> Sync for CollectFuture<St, C> where
C: Sync,
St: Sync,
C: Sync,
St: Sync,
impl<St, C> UnwindSafe for CollectFuture<St, C> where
C: UnwindSafe,
St: UnwindSafe,
C: UnwindSafe,
St: 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> FutureExt for T where
T: Future + ?Sized,
[src]
T: Future + ?Sized,
fn boxed(self) -> Boxed<Self::Output> where
Self: Sized + Send + 'static,
[src]
Self: Sized + Send + 'static,
fn boxed_local(self) -> BoxedLocal<Self::Output> where
Self: Sized + 'static,
[src]
Self: Sized + 'static,
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>,