Struct num_rational::ParseRatioError
[−]
[src]
pub struct ParseRatioError {
// some fields omitted
}pub struct ParseRatioError {
// some fields omitted
}impl Display for ParseRatioErrorimpl Error for ParseRatioErrorfn description(&self) -> &strfn cause(&self) -> Option<&Error>1.0.0impl PartialEq for ParseRatioErrorfn eq(&self, __arg_0: &ParseRatioError) -> boolfn ne(&self, __arg_0: &ParseRatioError) -> boolimpl Debug for ParseRatioErrorimpl Clone for ParseRatioErrorfn clone(&self) -> ParseRatioErrorfn clone_from(&mut self, source: &Self)1.0.0impl Copy for ParseRatioError