pub enum TimeRange {
LongTerm,
MediumTerm,
ShortTerm,
}Expand description
Over what timespan the top items are calculated.
Variants§
LongTerm
Calculated from the last ~1 year of data.
MediumTerm
Calculated from the last ~6 months of data.
ShortTerm
Calculated from the last ~4 weeks of data.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimeRange
impl RefUnwindSafe for TimeRange
impl Send for TimeRange
impl Sync for TimeRange
impl Unpin for TimeRange
impl UnsafeUnpin for TimeRange
impl UnwindSafe for TimeRange
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