Enum cronparse::schedule::Period [] [src]

pub enum Period {
    Reboot,
    Minutely,
    Hourly,
    Midnight,
    Daily,
    Weekly,
    Monthly,
    Quaterly,
    Biannually,
    Yearly,
    Days(u16),
}

Variants

Reboot
Minutely
Hourly
Midnight
Daily
Weekly
Monthly
Quaterly
Biannually
Yearly
Days

Trait Implementations

impl Display for Period

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

impl FromStr for Period

type Err = PeriodParseError

fn from_str(s: &str) -> Result<Period, PeriodParseError>

Derived Implementations

impl PartialEq for Period

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

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

impl Debug for Period

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