Struct core::num::ParseFloatError [-] [+] [src]

pub struct ParseFloatError {
    pub kind: FloatErrorKind,
}
Unstable

An error which can be returned when parsing a float.

Fields

kind
Unstable

Methods

impl ParseFloatError

fn description(&self) -> &str

Unstable

: available through Error trait

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