Enum keen::Interval
[−]
[src]
pub enum Interval { Minutely, Hourly, Daily, Weekly, Monthly, Yearly, }
Type defines interval.
Variants
Minutely
Hourly
Daily
Weekly
Monthly
Yearly
Trait Implementations
impl Debug for Interval
[src]
impl Clone for Interval
[src]
fn clone(&self) -> Interval
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more