pub enum BuiltInAggregationFn {
Sum,
Min,
Max,
Extent,
Mean,
Median,
Unique,
UniqueCount,
Count,
}Variants§
Implementations§
Source§impl BuiltInAggregationFn
impl BuiltInAggregationFn
pub fn from_tanstack_key(key: &str) -> Option<BuiltInAggregationFn>
Trait Implementations§
Source§impl Clone for BuiltInAggregationFn
impl Clone for BuiltInAggregationFn
Source§fn clone(&self) -> BuiltInAggregationFn
fn clone(&self) -> BuiltInAggregationFn
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BuiltInAggregationFn
impl Debug for BuiltInAggregationFn
Source§impl Hash for BuiltInAggregationFn
impl Hash for BuiltInAggregationFn
Source§impl PartialEq for BuiltInAggregationFn
impl PartialEq for BuiltInAggregationFn
impl Copy for BuiltInAggregationFn
impl Eq for BuiltInAggregationFn
impl StructuralPartialEq for BuiltInAggregationFn
Auto Trait Implementations§
impl Freeze for BuiltInAggregationFn
impl RefUnwindSafe for BuiltInAggregationFn
impl Send for BuiltInAggregationFn
impl Sync for BuiltInAggregationFn
impl Unpin for BuiltInAggregationFn
impl UnsafeUnpin for BuiltInAggregationFn
impl UnwindSafe for BuiltInAggregationFn
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