Struct reqwest::header::InvalidHeaderName [−][src]
pub struct InvalidHeaderName { /* fields omitted */ }Expand description
A possible error when converting a HeaderName from another type.
Trait Implementations
impl Debug for InvalidHeaderName[src]
impl Debug for InvalidHeaderName[src]impl Display for InvalidHeaderName[src]
impl Display for InvalidHeaderName[src]impl Error for InvalidHeaderName[src]
impl Error for InvalidHeaderName[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 InvalidHeaderName
impl Send for InvalidHeaderName
impl Sync for InvalidHeaderName
impl Unpin for InvalidHeaderName
impl UnwindSafe for InvalidHeaderName
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