Struct chrootable_https::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 InvalidHeaderNamefn 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 From<InvalidHeaderName> for Error[src]
impl From<InvalidHeaderName> for Errorfn from(err: InvalidHeaderName) -> Error[src]
fn from(err: InvalidHeaderName) -> ErrorPerforms the conversion.
impl Error for InvalidHeaderName[src]
impl Error for InvalidHeaderNamefn description(&self) -> &str[src]
fn description(&self) -> &strThis 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 Display for InvalidHeaderName[src]
impl Display for InvalidHeaderNameAuto Trait Implementations
impl Send for InvalidHeaderName
impl Send for InvalidHeaderNameimpl Sync for InvalidHeaderName
impl Sync for InvalidHeaderName