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