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