pub struct InvalidHeaderValue { /* private fields */ }Expand description
A possible error when converting a HeaderValue from a string or byte
slice.
Trait Implementations§
Source§impl Debug for InvalidHeaderValue
 
impl Debug for InvalidHeaderValue
Source§impl Display for InvalidHeaderValue
 
impl Display for InvalidHeaderValue
Source§impl Error for InvalidHeaderValue
 
impl Error for InvalidHeaderValue
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
 
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
 
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl From<InvalidHeaderValue> for Error
 
impl From<InvalidHeaderValue> for Error
Source§fn from(err: InvalidHeaderValue) -> Error
 
fn from(err: InvalidHeaderValue) -> Error
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InvalidHeaderValue
impl RefUnwindSafe for InvalidHeaderValue
impl Send for InvalidHeaderValue
impl Sync for InvalidHeaderValue
impl Unpin for InvalidHeaderValue
impl UnwindSafe for InvalidHeaderValue
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more