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)>
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