pub enum TimeType {
Count,
Sum,
Avg,
Min,
Max,
Rate,
Last,
}Expand description
Aggregation type
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TimeType
impl<'de> Deserialize<'de> for TimeType
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 From<TimeType> for AlignFunction
impl From<TimeType> for AlignFunction
Source§impl FunctionTrait for TimeType
impl FunctionTrait for TimeType
impl Copy for TimeType
impl StructuralPartialEq for TimeType
Auto Trait Implementations§
impl Freeze for TimeType
impl RefUnwindSafe for TimeType
impl Send for TimeType
impl Sync for TimeType
impl Unpin for TimeType
impl UnsafeUnpin for TimeType
impl UnwindSafe for TimeType
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