Struct chrootable_https::header::InvalidHeaderValue [−][src]
pub struct InvalidHeaderValue { /* fields omitted */ }A possible error when converting a HeaderValue from a string or byte
slice.
Trait Implementations
impl Debug for InvalidHeaderValue[src]
impl Debug for InvalidHeaderValuefn 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<InvalidHeaderValue> for Error[src]
impl From<InvalidHeaderValue> for Errorfn from(err: InvalidHeaderValue) -> Error[src]
fn from(err: InvalidHeaderValue) -> ErrorPerforms the conversion.
impl Error for InvalidHeaderValue[src]
impl Error for InvalidHeaderValuefn 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 InvalidHeaderValue[src]
impl Display for InvalidHeaderValueAuto Trait Implementations
impl Send for InvalidHeaderValue
impl Send for InvalidHeaderValueimpl Sync for InvalidHeaderValue
impl Sync for InvalidHeaderValue