pub struct SumAggregation { /* private fields */ }
Expand description
A single-value
metrics aggregation that sums up numeric values that are extracted from the
aggregated documents. These values can be extracted either from specific numeric or histogram fields.
Implementations§
Trait Implementations§
Source§impl Clone for SumAggregation
impl Clone for SumAggregation
Source§fn clone(&self) -> SumAggregation
fn clone(&self) -> SumAggregation
Returns a copy 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 SumAggregation
impl Debug for SumAggregation
Source§impl From<SumAggregation> for Aggregation
impl From<SumAggregation> for Aggregation
Source§fn from(q: SumAggregation) -> Self
fn from(q: SumAggregation) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SumAggregation
impl PartialEq for SumAggregation
Source§impl Serialize for SumAggregation
impl Serialize for SumAggregation
impl StructuralPartialEq for SumAggregation
Auto Trait Implementations§
impl Freeze for SumAggregation
impl RefUnwindSafe for SumAggregation
impl Send for SumAggregation
impl Sync for SumAggregation
impl Unpin for SumAggregation
impl UnwindSafe for SumAggregation
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