pub struct MaxAggregation {
pub ignore_no_data: bool,
pub type: Type,
}Fields§
§ignore_no_data: bool§type: TypeImplementations§
Source§impl MaxAggregation
impl MaxAggregation
pub fn new(ignore_no_data: bool, type: Type) -> MaxAggregation
Trait Implementations§
Source§impl Clone for MaxAggregation
impl Clone for MaxAggregation
Source§fn clone(&self) -> MaxAggregation
fn clone(&self) -> MaxAggregation
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 MaxAggregation
impl Debug for MaxAggregation
Source§impl Default for MaxAggregation
impl Default for MaxAggregation
Source§fn default() -> MaxAggregation
fn default() -> MaxAggregation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MaxAggregation
impl<'de> Deserialize<'de> for MaxAggregation
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 MaxAggregation
impl PartialEq for MaxAggregation
Source§impl Serialize for MaxAggregation
impl Serialize for MaxAggregation
impl StructuralPartialEq for MaxAggregation
Auto Trait Implementations§
impl Freeze for MaxAggregation
impl RefUnwindSafe for MaxAggregation
impl Send for MaxAggregation
impl Sync for MaxAggregation
impl Unpin for MaxAggregation
impl UnsafeUnpin for MaxAggregation
impl UnwindSafe for MaxAggregation
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