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