Struct http::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[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for InvalidHeaderValueBytes[src] 
impl Display for InvalidHeaderValueBytesfn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
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 From<InvalidHeaderValueBytes> for Error[src] 
impl From<InvalidHeaderValueBytes> for Errorfn from(err: InvalidHeaderValueBytes) -> Error[src] 
fn from(err: InvalidHeaderValueBytes) -> ErrorPerforms the conversion.
Auto Trait Implementations
impl Send for InvalidHeaderValueBytes
impl Send for InvalidHeaderValueBytesimpl Sync for InvalidHeaderValueBytes
impl Sync for InvalidHeaderValueBytes