Struct core::num::ParseIntError [] [src]

pub struct ParseIntError {
    kind: IntErrorKind,
}

An error which can be returned when parsing an integer.

Fields

kind

Methods

impl ParseIntError

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 ParseIntError

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

Derived Implementations

impl PartialEq for ParseIntError

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

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

impl Clone for ParseIntError

fn clone(&self) -> ParseIntError

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

impl Debug for ParseIntError

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