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