Struct reqwest::header::InvalidHeaderValue [−][src]
pub struct InvalidHeaderValue { /* fields omitted */ }Expand description
A possible error when converting a HeaderValue from a string or byte
slice.
Trait Implementations
impl Debug for InvalidHeaderValue[src]
impl Debug for InvalidHeaderValue[src]impl Display for InvalidHeaderValue[src]
impl Display for InvalidHeaderValue[src]impl Error for InvalidHeaderValue[src]
impl Error for InvalidHeaderValue[src]pub fn description(&self) -> &str[src]
pub fn description(&self) -> &str[src]👎 Deprecated since 1.42.0:
use the Display impl or to_string()
fn source(&self) -> Option<&(dyn Error + 'static)>1.30.0[src]
fn source(&self) -> Option<&(dyn Error + 'static)>1.30.0[src]The lower-level source of this error, if any. Read more
Auto Trait Implementations
impl RefUnwindSafe for InvalidHeaderValue
impl Send for InvalidHeaderValue
impl Sync for InvalidHeaderValue
impl Unpin for InvalidHeaderValue
impl UnwindSafe for InvalidHeaderValue
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more