pub enum TimeInterval {
Show 13 variants
Min1,
Min2,
Min3,
Min5,
Min10,
Min15,
Min30,
Hour1,
Hour2,
Hour4,
Day,
Week,
Month,
}Variants§
Trait Implementations§
Source§impl Debug for TimeInterval
impl Debug for TimeInterval
Source§impl Into<u8> for TimeInterval
impl Into<u8> for TimeInterval
Auto Trait Implementations§
impl Freeze for TimeInterval
impl RefUnwindSafe for TimeInterval
impl Send for TimeInterval
impl Sync for TimeInterval
impl Unpin for TimeInterval
impl UnwindSafe for TimeInterval
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more