pub struct WebPSimpleError;Expand description
An error with no information.
Trait Implementations§
Source§impl Clone for WebPSimpleError
impl Clone for WebPSimpleError
Source§fn clone(&self) -> WebPSimpleError
fn clone(&self) -> WebPSimpleError
Returns a duplicate 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 WebPSimpleError
impl Debug for WebPSimpleError
Source§impl Display for WebPSimpleError
impl Display for WebPSimpleError
Source§impl Error for WebPSimpleError
impl Error for WebPSimpleError
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 Hash for WebPSimpleError
impl Hash for WebPSimpleError
Source§impl Ord for WebPSimpleError
impl Ord for WebPSimpleError
Source§fn cmp(&self, other: &WebPSimpleError) -> Ordering
fn cmp(&self, other: &WebPSimpleError) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WebPSimpleError
impl PartialEq for WebPSimpleError
Source§impl PartialOrd for WebPSimpleError
impl PartialOrd for WebPSimpleError
impl Copy for WebPSimpleError
impl Eq for WebPSimpleError
impl StructuralPartialEq for WebPSimpleError
Auto Trait Implementations§
impl Freeze for WebPSimpleError
impl RefUnwindSafe for WebPSimpleError
impl Send for WebPSimpleError
impl Sync for WebPSimpleError
impl Unpin for WebPSimpleError
impl UnwindSafe for WebPSimpleError
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