Struct ramp::int::ParseIntError [] [src]

pub struct ParseIntError {
    // some fields omitted
}

Trait Implementations

impl Error for ParseIntError
[src]

fn description<'a>(&'a self) -> &'a str

fn cause(&self) -> Option<&Error>
1.0.0

impl Display for ParseIntError
[src]

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

Derived Implementations

impl PartialEq for ParseIntError
[src]

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

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

impl Clone for ParseIntError
[src]

fn clone(&self) -> ParseIntError

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

impl Debug for ParseIntError
[src]

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