pub enum AggregationKind {
    Count,
}Expand description
Supported aggregation kinds for the simple Aggregate.
Variants§
Count
Trait Implementations§
Source§impl Clone for AggregationKind
 
impl Clone for AggregationKind
Source§fn clone(&self) -> AggregationKind
 
fn clone(&self) -> AggregationKind
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 moreimpl Copy for AggregationKind
Auto Trait Implementations§
impl Freeze for AggregationKind
impl RefUnwindSafe for AggregationKind
impl Send for AggregationKind
impl Sync for AggregationKind
impl Unpin for AggregationKind
impl UnwindSafe for AggregationKind
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