Struct h2::client::PushPromise [−][src]
pub struct PushPromise { /* fields omitted */ }
A pushed response and corresponding request headers
Implementations
impl PushPromise
[src]
impl PushPromise
[src]pub fn request(&self) -> &Request<()>
[src]
Returns a reference to the push promise’s request headers.
pub fn request_mut(&mut self) -> &mut Request<()>
[src]
Returns a mutable reference to the push promise’s request headers.
pub fn into_parts(self) -> (Request<()>, PushedResponseFuture)
[src]
Consumes self
, returning the push promise’s request headers and
response future.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for PushPromise
impl Send for PushPromise
impl Sync for PushPromise
impl Unpin for PushPromise
impl !UnwindSafe for PushPromise
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> WithSubscriber for T
[src]
impl<T> WithSubscriber for T
[src]pub fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
[src]
S: Into<Dispatch>,