Enum core::num::dec2flt::parse::ParseResult [] [src]

pub enum ParseResult<'a> {
    Valid(Decimal<'a>),
    ShortcutToInf,
    ShortcutToZero,
    Invalid,
}
Unstable (dec2flt)

: internal routines only exposed for testing

Variants

Valid
Unstable (dec2flt)

: internal routines only exposed for testing

ShortcutToInf
Unstable (dec2flt)

: internal routines only exposed for testing

ShortcutToZero
Unstable (dec2flt)

: internal routines only exposed for testing

Invalid
Unstable (dec2flt)

: internal routines only exposed for testing

Trait Implementations

Derived Implementations

impl<'a> Eq for ParseResult<'a>

fn assert_receiver_is_total_eq(&self)

impl<'a> PartialEq for ParseResult<'a>

fn eq(&self, __arg_0: &ParseResult<'a>) -> bool

fn ne(&self, __arg_0: &ParseResult<'a>) -> bool

impl<'a> Debug for ParseResult<'a>

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