Enum num::bigint::ParseBigIntError
[−]
[src]
pub enum ParseBigIntError { ParseInt(ParseIntError), Other, }
Variants
ParseInt | |
Other |
pub enum ParseBigIntError { ParseInt(ParseIntError), Other, }
ParseInt | |
Other |
impl Display for ParseBigIntError
impl Error for ParseBigIntError
fn description(&self) -> &str
fn cause(&self) -> Option<&Error>
impl From<ParseIntError> for ParseBigIntError
fn from(err: ParseIntError) -> ParseBigIntError
impl PartialEq for ParseBigIntError
fn eq(&self, __arg_0: &ParseBigIntError) -> bool
fn ne(&self, __arg_0: &ParseBigIntError) -> bool
impl Debug for ParseBigIntError
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
, typedef
(or
tdef
).