Struct tower_http::request_id::RequestId
source · [−]pub struct RequestId(_);This is supported on crate feature
request-id only.Expand description
An identifier for a request.
Implementations
Create a new RequestId from a HeaderValue.
Gets a reference to the underlying HeaderValue.
Consumes self, returning the underlying HeaderValue.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for RequestId
impl UnwindSafe for RequestId
Blanket Implementations
Mutably borrows from an owned value. Read more
This is supported on crate feature
follow-redirect only.Create a new Policy that returns Action::Follow only if self and other return
Action::Follow. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more