Struct actix_web::http::header::InvalidHeaderNameBytes [−][src]
pub struct InvalidHeaderNameBytes(_);
A possible error when converting a HeaderName
from another type.
Trait Implementations
impl From<InvalidHeaderNameBytes> for Error
[src]
impl From<InvalidHeaderNameBytes> for Error
fn from(err: InvalidHeaderNameBytes) -> Error
[src]
fn from(err: InvalidHeaderNameBytes) -> Error
Performs the conversion.
impl Display for InvalidHeaderNameBytes
[src]
impl Display for InvalidHeaderNameBytes
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 InvalidHeaderNameBytes
[src]
impl Debug for InvalidHeaderNameBytes
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 InvalidHeaderNameBytes
[src]
impl Error for InvalidHeaderNameBytes
Auto Trait Implementations
impl Send for InvalidHeaderNameBytes
impl Send for InvalidHeaderNameBytes
impl Sync for InvalidHeaderNameBytes
impl Sync for InvalidHeaderNameBytes