pub struct Overflowed;
Expand description
Operation was performed and overflowed or underflowed.
Trait Implementations§
Source§impl Clone for Overflowed
impl Clone for Overflowed
Source§fn clone(&self) -> Overflowed
fn clone(&self) -> Overflowed
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 Overflowed
impl Debug for Overflowed
Source§impl Display for Overflowed
impl Display for Overflowed
Source§impl Error for Overflowed
impl Error for Overflowed
Source§impl Fail for Overflowed
impl Fail for Overflowed
Source§fn cause(&self) -> Option<&(dyn Fail + 'static)>
fn cause(&self) -> Option<&(dyn Fail + 'static)>
Returns a reference to the underlying cause of this failure, if it
is an error that wraps other errors. Read more
Source§fn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
Returns a reference to the
Backtrace
carried by this failure, if it
carries one. Read moreSource§impl From<Overflowed> for DivWarning
impl From<Overflowed> for DivWarning
Source§fn from(_: Overflowed) -> DivWarning
fn from(_: Overflowed) -> DivWarning
Converts to this type from the input type.
Source§impl Hash for Overflowed
impl Hash for Overflowed
Source§impl PartialEq for Overflowed
impl PartialEq for Overflowed
impl Copy for Overflowed
impl Eq for Overflowed
impl StructuralPartialEq for Overflowed
Auto Trait Implementations§
impl Freeze for Overflowed
impl RefUnwindSafe for Overflowed
impl Send for Overflowed
impl Sync for Overflowed
impl Unpin for Overflowed
impl UnwindSafe for Overflowed
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