Enum aurum_numeric::IntRangeError [] [src]

pub enum IntRangeError {
    Overflow,
    Underflow,
}

Error which occurs when an operation causes integer overflow or underflow.

Variants

Trait Implementations

impl Clone for IntRangeError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for IntRangeError
[src]

impl Debug for IntRangeError
[src]

Formats the value using the given formatter.

impl Eq for IntRangeError
[src]

impl PartialEq for IntRangeError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for IntRangeError
[src]

Formats the value using the given formatter. Read more

impl Error for IntRangeError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more