Enum cronparse::schedule::ScheduleParseError [] [src]

pub enum ScheduleParseError {
    MissingSchedule,
    InvalidPeriod(PeriodParseError),
    InvalidCalendar(CalendarParseError),
}

Variants

MissingSchedule
InvalidPeriod
InvalidCalendar

Trait Implementations

impl From<PeriodParseError> for ScheduleParseError

fn from(e: PeriodParseError) -> ScheduleParseError

impl From<CalendarParseError> for ScheduleParseError

fn from(e: CalendarParseError) -> ScheduleParseError

impl Error for ScheduleParseError

fn description(&self) -> &str

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

impl Display for ScheduleParseError

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

Derived Implementations

impl PartialEq for ScheduleParseError

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

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

impl Debug for ScheduleParseError

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