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

pub struct ParseRatioError;

Trait Implementations

impl Display for ParseRatioError

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

impl Error for ParseRatioError

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

Derived Implementations

impl PartialEq for ParseRatioError

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

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

impl Debug for ParseRatioError

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

impl Copy for ParseRatioError