Enum keen::Interval [] [src]

pub enum Interval {
    Minutely,
    Hourly,
    Daily,
    Weekly,
    Monthly,
    Yearly,
}

Type defines interval.

Variants

Trait Implementations

impl Debug for Interval
[src]

Formats the value using the given formatter.

impl Clone for Interval
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Interval
[src]

impl Display for Interval
[src]

Formats the value using the given formatter.