[−][src]Struct h2::client::PushedResponseFuture
A future of a pushed HTTP response.
We have to differentiate between pushed and non pushed because of the spec https://httpwg.org/specs/rfc7540.html#PUSH_PROMISE
PUSH_PROMISE frames MUST only be sent on a peer-initiated stream that is in either the "open" or "half-closed (remote)" state.
Implementations
impl PushedResponseFuture
[src][−]
pub fn stream_id(&self) -> StreamId
[src][−]
Returns the stream ID of the response stream.
Panics
If the lock on the stream store has been poisoned.
Trait Implementations
impl Debug for PushedResponseFuture
[src][+]
impl Future for PushedResponseFuture
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for PushedResponseFuture
impl Send for PushedResponseFuture
impl Sync for PushedResponseFuture
impl Unpin for PushedResponseFuture
impl UnwindSafe for PushedResponseFuture
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> FutureExt for T where
T: Future + ?Sized,
[src][+]
T: Future + ?Sized,
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<F> IntoFuture for F where
F: Future,
[src][+]
F: Future,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<F, T, E> TryFuture for F where
F: Future<Output = Result<T, E>> + ?Sized,
[src][+]
F: Future<Output = Result<T, E>> + ?Sized,
impl<Fut> TryFutureExt for Fut where
Fut: TryFuture + ?Sized,
[src][+]
Fut: TryFuture + ?Sized,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,