pub struct IntUnderflow;Expand description
Error which occurs when an operation causes integer underflow.
Trait Implementations§
Source§impl Clone for IntUnderflow
impl Clone for IntUnderflow
Source§fn clone(&self) -> IntUnderflow
fn clone(&self) -> IntUnderflow
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 IntUnderflow
impl Debug for IntUnderflow
Source§impl Display for IntUnderflow
impl Display for IntUnderflow
Source§impl Error for IntUnderflow
impl Error for IntUnderflow
Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
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
Source§impl PartialEq for IntUnderflow
impl PartialEq for IntUnderflow
impl Copy for IntUnderflow
impl Eq for IntUnderflow
impl StructuralPartialEq for IntUnderflow
Auto Trait Implementations§
impl Freeze for IntUnderflow
impl RefUnwindSafe for IntUnderflow
impl Send for IntUnderflow
impl Sync for IntUnderflow
impl Unpin for IntUnderflow
impl UnwindSafe for IntUnderflow
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