Struct actix_web::http::header::InvalidHeaderValueBytes[][src]

pub struct InvalidHeaderValueBytes(_);

A possible error when converting a HeaderValue from a string or byte slice.

Trait Implementations

impl Display for InvalidHeaderValueBytes
[src]

Formats the value using the given formatter. Read more

impl From<InvalidHeaderValueBytes> for Error
[src]

Performs the conversion.

impl Error for InvalidHeaderValueBytes
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

impl Debug for InvalidHeaderValueBytes
[src]

Formats the value using the given formatter. Read more

impl ResponseError for InvalidHeaderValueBytes
[src]

BadRequest for InvalidHeaderValue

Create response for error Read more

Auto Trait Implementations

impl Send for InvalidHeaderValueBytes

impl Sync for InvalidHeaderValueBytes