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