pub struct IterStream<I> { /* private fields */ }Trait Implementations§
Source§impl<I> Future for IterStream<I>
impl<I> Future for IterStream<I>
Auto Trait Implementations§
impl<I> Freeze for IterStream<I>where
I: Freeze,
impl<I> RefUnwindSafe for IterStream<I>where
I: RefUnwindSafe,
impl<I> Send for IterStream<I>where
I: Send,
impl<I> Sync for IterStream<I>where
I: Sync,
impl<I> Unpin for IterStream<I>where
I: Unpin,
impl<I> UnsafeUnpin for IterStream<I>where
I: UnsafeUnpin,
impl<I> UnwindSafe for IterStream<I>where
I: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
Source§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
Source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more