Struct chrootable_https::header::InvalidHeaderValueBytes [−][src]
pub struct InvalidHeaderValueBytes(_);
A possible error when converting a HeaderValue from a string or byte
slice.
Trait Implementations
impl Debug for InvalidHeaderValueBytes[src]
impl Debug for InvalidHeaderValueBytesfn 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<InvalidHeaderValueBytes> for Error[src]
impl From<InvalidHeaderValueBytes> for Errorfn from(err: InvalidHeaderValueBytes) -> Error[src]
fn from(err: InvalidHeaderValueBytes) -> ErrorPerforms the conversion.
impl Error for InvalidHeaderValueBytes[src]
impl Error for InvalidHeaderValueBytesfn 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 InvalidHeaderValueBytes[src]
impl Display for InvalidHeaderValueBytesAuto Trait Implementations
impl Send for InvalidHeaderValueBytes
impl Send for InvalidHeaderValueBytesimpl Sync for InvalidHeaderValueBytes
impl Sync for InvalidHeaderValueBytes