Enum actix_http::RequestHeadType [−][src]
pub enum RequestHeadType {
Owned(RequestHead),
Rc(Rc<RequestHead>, Option<HeaderMap>),
}
Variants
Owned(RequestHead)
Tuple Fields
0: RequestHead
Rc(Rc<RequestHead>, Option<HeaderMap>)
Implementations
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for RequestHeadType
impl !Send for RequestHeadType
impl !Sync for RequestHeadType
impl Unpin for RequestHeadType
impl !UnwindSafe for RequestHeadType
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. 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