Enum cronparse::schedule::PeriodParseError [] [src]

pub enum PeriodParseError {
    InvalidDays(ParseIntError),
    UnknownPeriod,
}

Variants

InvalidDays
UnknownPeriod

Trait Implementations

impl From<ParseIntError> for PeriodParseError

fn from(e: ParseIntError) -> PeriodParseError

impl Display for PeriodParseError

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

impl Error for PeriodParseError

fn description(&self) -> &str

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

Derived Implementations

impl PartialEq for PeriodParseError

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

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

impl Debug for PeriodParseError

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