Struct futures_util::stream::Pending [−][src]
#[must_use = "streams do nothing unless polled"]pub struct Pending<T> { /* fields omitted */ }
Stream for the pending()
function.
Trait Implementations
impl<T> FusedStream for Pending<T>
[src]
impl<T> FusedStream for Pending<T>
[src]fn is_terminated(&self) -> bool
[src][−]
impl<T> Unpin for Pending<T>
[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for Pending<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for Pending<T> where
T: Send,
T: Send,
impl<T> Sync for Pending<T> where
T: Sync,
T: Sync,
impl<T> UnwindSafe for Pending<T> where
T: UnwindSafe,
T: UnwindSafe,