pub struct ErrorGeneric { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for ErrorGeneric
impl Clone for ErrorGeneric
Source§fn clone(&self) -> ErrorGeneric
fn clone(&self) -> ErrorGeneric
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 ErrorGeneric
impl Debug for ErrorGeneric
Source§impl Default for ErrorGeneric
impl Default for ErrorGeneric
Source§fn default() -> ErrorGeneric
fn default() -> ErrorGeneric
Returns the “default value” for a type. Read more
Source§impl Display for ErrorGeneric
impl Display for ErrorGeneric
Source§impl Error for ErrorGeneric
impl Error for ErrorGeneric
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 ErrorGeneric
impl Hash for ErrorGeneric
Source§impl Ord for ErrorGeneric
impl Ord for ErrorGeneric
Source§fn cmp(&self, other: &ErrorGeneric) -> Ordering
fn cmp(&self, other: &ErrorGeneric) -> 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 ErrorGeneric
impl PartialEq for ErrorGeneric
Source§impl PartialOrd for ErrorGeneric
impl PartialOrd for ErrorGeneric
impl Eq for ErrorGeneric
impl StructuralPartialEq for ErrorGeneric
Auto Trait Implementations§
impl Freeze for ErrorGeneric
impl RefUnwindSafe for ErrorGeneric
impl Send for ErrorGeneric
impl Sync for ErrorGeneric
impl Unpin for ErrorGeneric
impl UnwindSafe for ErrorGeneric
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