Struct core::num::dec2flt::ParseFloatError [] [src]

pub struct ParseFloatError {
    kind: FloatErrorKind,
}

An error which can be returned when parsing a float.

Fields

kind

Methods

impl ParseFloatError

fn __description(&self) -> &str

Unstable (int_error_internals)

: available through Error trait and this method should not be exposed publicly

Trait Implementations

impl Display for ParseFloatError

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

Derived Implementations

impl PartialEq for ParseFloatError

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

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

impl Clone for ParseFloatError

fn clone(&self) -> ParseFloatError

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

impl Debug for ParseFloatError

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