Struct h2::client::PushPromises [−][src]
#[must_use = "streams do nothing unless polled"]pub struct PushPromises { /* fields omitted */ }
A stream of pushed responses and corresponding promised requests
Implementations
impl PushPromises[src]
impl PushPromises[src]pub async fn push_promise(&mut self) -> Option<Result<PushPromise, Error>>[src]
Get the next PushPromise.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PushPromises
impl RefUnwindSafe for PushPromisesimpl Send for PushPromises
impl Send for PushPromisesimpl Sync for PushPromises
impl Sync for PushPromisesimpl Unpin for PushPromises
impl Unpin for PushPromisesimpl UnwindSafe for PushPromises
impl UnwindSafe for PushPromisesBlanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]