Struct actix_http::header::InvalidHeaderName
source · [−]pub struct InvalidHeaderName { /* private fields */ }Expand description
A possible error when converting a HeaderName from another type.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for InvalidHeaderName
impl Send for InvalidHeaderName
impl Sync for InvalidHeaderName
impl Unpin for InvalidHeaderName
impl UnwindSafe for InvalidHeaderName
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
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
