pub struct SumAggregation {
pub ignore_no_data: bool,
pub type: Type,
}Fields§
§ignore_no_data: bool§type: TypeImplementations§
Source§impl SumAggregation
impl SumAggregation
pub fn new(ignore_no_data: bool, type: Type) -> SumAggregation
Trait Implementations§
Source§impl Clone for SumAggregation
impl Clone for SumAggregation
Source§fn clone(&self) -> SumAggregation
fn clone(&self) -> SumAggregation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Default for SumAggregation
impl Default for SumAggregation
Source§fn default() -> SumAggregation
fn default() -> SumAggregation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SumAggregation
impl<'de> Deserialize<'de> for SumAggregation
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 PartialEq for SumAggregation
impl PartialEq for SumAggregation
Source§fn eq(&self, other: &SumAggregation) -> bool
fn eq(&self, other: &SumAggregation) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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