pub enum StepTrue {
Second,
Minute,
Hour,
Day,
Week,
Month,
Quarter,
Year,
Decade,
Century,
Millennium,
}
Expand description
This is the time step for aggregations. If not provided, defaults to returning for the entire time range.
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for StepTrue
impl<'de> Deserialize<'de> for StepTrue
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for StepTrue
impl Ord for StepTrue
Source§impl PartialOrd for StepTrue
impl PartialOrd for StepTrue
impl Copy for StepTrue
impl Eq for StepTrue
impl StructuralPartialEq for StepTrue
Auto Trait Implementations§
impl Freeze for StepTrue
impl RefUnwindSafe for StepTrue
impl Send for StepTrue
impl Sync for StepTrue
impl Unpin for StepTrue
impl UnwindSafe for StepTrue
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