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

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

Variants

ParseInt
Other

Trait Implementations

impl Display for ParseBigIntError

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

impl Error for ParseBigIntError

fn description(&self) -> &str

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

impl From<ParseIntError> for ParseBigIntError

fn from(err: ParseIntError) -> ParseBigIntError

Derived Implementations

impl PartialEq for ParseBigIntError

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

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

impl Debug for ParseBigIntError

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