Enum core::num::dec2flt::FloatErrorKind [] [src]

enum FloatErrorKind {
    Empty,
    Invalid,
}
Unstable (dec2flt)

: internal routines only exposed for testing

Variants

Empty
Unstable (dec2flt)

: internal routines only exposed for testing

Invalid
Unstable (dec2flt)

: internal routines only exposed for testing

Trait Implementations

Derived Implementations

impl PartialEq for FloatErrorKind

fn eq(&self, __arg_0: &FloatErrorKind) -> bool

fn ne(&self, __arg_0: &FloatErrorKind) -> bool

impl Clone for FloatErrorKind

fn clone(&self) -> FloatErrorKind

fn clone_from(&mut self, source: &Self)

impl Debug for FloatErrorKind

fn fmt(&self, __arg_0: &mut Formatter) -> Result