pub enum Period {
Daily,
Weekly,
Monthly,
}Expand description
The grouping period for group.
Variants§
Daily
No grouping; daily rows are returned unchanged.
Weekly
Group into Jalali weeks (Saturday–Friday).
Monthly
Group into Jalali (Solar Hijri) calendar months.
Trait Implementations§
impl Copy for Period
impl Eq for Period
impl StructuralPartialEq for Period
Auto Trait Implementations§
impl Freeze for Period
impl RefUnwindSafe for Period
impl Send for Period
impl Sync for Period
impl Unpin for Period
impl UnsafeUnpin for Period
impl UnwindSafe for Period
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