Enum bigdecimal::ParseBigDecimalError [−][src]
pub enum ParseBigDecimalError {
ParseDecimal(ParseFloatError),
ParseInt(ParseIntError),
ParseBigInt(ParseBigIntError),
Empty,
Other(String),
}Variants
ParseDecimal(ParseFloatError)ParseInt(ParseIntError)ParseBigInt(ParseBigIntError)Other(String)Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.