Struct ordered_float::FloatIsNaN [] [src]

pub struct FloatIsNaN;

An error indicating an attempt to construct NotNaN from a NaN

Trait Implementations

impl Copy for FloatIsNaN
[src]

impl Clone for FloatIsNaN
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for FloatIsNaN
[src]

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

This method tests for !=.

impl Eq for FloatIsNaN
[src]

impl Debug for FloatIsNaN
[src]

Formats the value using the given formatter.

impl Error for FloatIsNaN
[src]

A short description of the error. Read more

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

impl Display for FloatIsNaN
[src]

Formats the value using the given formatter.

impl Into<Error> for FloatIsNaN
[src]

Performs the conversion.