Struct std::num::ParseIntError
[−]
[src]
pub struct ParseIntError { // some fields omitted }
An error which can be returned when parsing an integer.
pub struct ParseIntError { // some fields omitted }
An error which can be returned when parsing an integer.
impl Display for ParseIntError
impl Error for ParseIntError
fn description(&self) -> &str
fn cause(&self) -> Option<&Error>
impl PartialEq<ParseIntError> 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
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, type
, macro
,
and const
.
Search functions by type signature (e.g.
vec -> usize
)