Struct actix_web::http::header::InvalidHeaderName [−][src]
pub struct InvalidHeaderName { /* fields omitted */ }
A possible error when converting a HeaderName
from another type.
Trait Implementations
impl From<InvalidHeaderName> for Error
[src]
impl From<InvalidHeaderName> for Error
fn from(err: InvalidHeaderName) -> Error
[src]
fn from(err: InvalidHeaderName) -> Error
Performs the conversion.
impl Display for InvalidHeaderName
[src]
impl Display for InvalidHeaderName
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Debug for InvalidHeaderName
[src]
impl Debug for InvalidHeaderName
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Error for InvalidHeaderName
[src]
impl Error for InvalidHeaderName
Auto Trait Implementations
impl Send for InvalidHeaderName
impl Send for InvalidHeaderName
impl Sync for InvalidHeaderName
impl Sync for InvalidHeaderName