Struct aurum_numeric::DivideByZero [] [src]

pub struct DivideByZero;

Error which may occur on division by zero.

Trait Implementations

impl Clone for DivideByZero
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DivideByZero
[src]

impl Debug for DivideByZero
[src]

Formats the value using the given formatter.

impl Eq for DivideByZero
[src]

impl PartialEq for DivideByZero
[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 DivideByZero
[src]

Formats the value using the given formatter. Read more

impl Error for DivideByZero
[src]

A short description of the error. Read more

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