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