Struct ramp::int::ParseIntError
[−]
[src]
pub struct ParseIntError {
// some fields omitted
}Trait Implementations
impl PartialEq for ParseIntError[src]
fn eq(&self, __arg_0: &ParseIntError) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ParseIntError) -> bool
This method tests for !=.
impl Clone for ParseIntError[src]
fn clone(&self) -> ParseIntError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for ParseIntError[src]
impl Error for ParseIntError[src]
fn description<'a>(&'a self) -> &'a str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>1.0.0
The lower-level cause of this error, if any. Read more