pub struct HyperContentEncodingError { /* private fields */ }
Expand description
The error used in hyper-content-encoding
Implementations§
Trait Implementations§
Source§impl Clone for HyperContentEncodingError
impl Clone for HyperContentEncodingError
Source§fn clone(&self) -> HyperContentEncodingError
fn clone(&self) -> HyperContentEncodingError
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for HyperContentEncodingError
impl Debug for HyperContentEncodingError
Source§impl Display for HyperContentEncodingError
impl Display for HyperContentEncodingError
Source§impl Error for HyperContentEncodingError
impl Error for HyperContentEncodingError
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()
Auto Trait Implementations§
impl Freeze for HyperContentEncodingError
impl RefUnwindSafe for HyperContentEncodingError
impl Send for HyperContentEncodingError
impl Sync for HyperContentEncodingError
impl Unpin for HyperContentEncodingError
impl UnwindSafe for HyperContentEncodingError
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