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