Struct http::header::InvalidHeaderNameBytes [−][src]
pub struct InvalidHeaderNameBytes(_);
A possible error when converting a HeaderName
from another type.
Trait Implementations
impl Debug for InvalidHeaderNameBytes
[src]
impl Debug for InvalidHeaderNameBytes
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Display for InvalidHeaderNameBytes
[src]
impl Display for InvalidHeaderNameBytes
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Error for InvalidHeaderNameBytes
[src]
impl Error for InvalidHeaderNameBytes
fn description(&self) -> &str
[src]
fn description(&self) -> &str
This method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>
1.0.0[src]
fn cause(&self) -> Option<&Error>
1.0.0
[src]The lower-level cause of this error, if any. Read more
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.
Auto Trait Implementations
impl Send for InvalidHeaderNameBytes
impl Send for InvalidHeaderNameBytes
impl Sync for InvalidHeaderNameBytes
impl Sync for InvalidHeaderNameBytes