Struct libwebp::error::WebPSimpleError
source · 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 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 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)>
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<WebPSimpleError> for WebPSimpleError
impl PartialEq<WebPSimpleError> for WebPSimpleError
source§fn eq(&self, other: &WebPSimpleError) -> bool
fn eq(&self, other: &WebPSimpleError) -> bool
source§impl PartialOrd<WebPSimpleError> for WebPSimpleError
impl PartialOrd<WebPSimpleError> for WebPSimpleError
source§fn partial_cmp(&self, other: &WebPSimpleError) -> Option<Ordering>
fn partial_cmp(&self, other: &WebPSimpleError) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more