Struct futures_util::future::IntoStream
source · [−]pub struct IntoStream<F> { /* private fields */ }
Expand description
Stream for the into_stream
method.
Trait Implementations
sourceimpl<F> Debug for IntoStream<F> where
Once<F>: Debug,
impl<F> Debug for IntoStream<F> where
Once<F>: Debug,
sourceimpl<F> FusedStream for IntoStream<F> where
Once<F>: FusedStream,
impl<F> FusedStream for IntoStream<F> where
Once<F>: FusedStream,
sourcefn is_terminated(&self) -> bool
fn is_terminated(&self) -> bool
Returns true
if the stream should no longer be polled.
sourceimpl<F> Stream for IntoStream<F> where
Once<F>: Stream,
impl<F> Stream for IntoStream<F> where
Once<F>: Stream,
impl<'__pin, F> Unpin for IntoStream<F> where
__Origin<'__pin, F>: Unpin,
Auto Trait Implementations
impl<F> RefUnwindSafe for IntoStream<F> where
F: RefUnwindSafe,
impl<F> Send for IntoStream<F> where
F: Send,
impl<F> Sync for IntoStream<F> where
F: Sync,
impl<F> UnwindSafe for IntoStream<F> where
F: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more