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