Struct num::rational::ParseRatioError [] [src]

pub struct ParseRatioError {
    // some fields omitted
}

Trait Implementations

impl Error for ParseRatioError

fn description(&self) -> &str

impl Display for ParseRatioError

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

Derived Implementations

impl Copy for ParseRatioError

impl Clone for ParseRatioError

fn clone(&self) -> ParseRatioError

1.0.0fn clone_from(&mut self, source: &Self)

impl Debug for ParseRatioError

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

impl PartialEq<ParseRatioError> for ParseRatioError

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

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