Enum num::bigint::ParseBigIntError [] [src]

pub enum ParseBigIntError {
    ParseInt(ParseIntError),
    Other,
}

Variants

ParseInt
Other

Trait Implementations

impl From<ParseIntError> for ParseBigIntError

fn from(err: ParseIntError) -> ParseBigIntError

impl Error for ParseBigIntError

fn description(&self) -> &str

impl Display for ParseBigIntError

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

Derived Implementations

impl Debug for ParseBigIntError

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

impl PartialEq<ParseBigIntError> for ParseBigIntError

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

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