pub enum AggregationOp {
By,
Without,
}
Expand description
Aggregation operator types, namely “by” and “without”
Variants§
Trait Implementations§
Source§impl Clone for AggregationOp
impl Clone for AggregationOp
Source§fn clone(&self) -> AggregationOp
fn clone(&self) -> AggregationOp
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 AggregationOp
impl Debug for AggregationOp
Source§impl Display for AggregationOp
impl Display for AggregationOp
Source§impl PartialEq for AggregationOp
impl PartialEq for AggregationOp
impl Eq for AggregationOp
impl StructuralPartialEq for AggregationOp
Auto Trait Implementations§
impl Freeze for AggregationOp
impl RefUnwindSafe for AggregationOp
impl Send for AggregationOp
impl Sync for AggregationOp
impl Unpin for AggregationOp
impl UnwindSafe for AggregationOp
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