pub enum AggregationSpec {
Mean,
Sum,
Max,
}Variants§
Trait Implementations§
Source§impl Clone for AggregationSpec
impl Clone for AggregationSpec
Source§fn clone(&self) -> AggregationSpec
fn clone(&self) -> AggregationSpec
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 moreimpl Copy for AggregationSpec
Source§impl Debug for AggregationSpec
impl Debug for AggregationSpec
Source§impl<'de> Deserialize<'de> for AggregationSpec
impl<'de> Deserialize<'de> for AggregationSpec
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
impl Eq for AggregationSpec
Source§impl PartialEq for AggregationSpec
impl PartialEq for AggregationSpec
Source§impl Serialize for AggregationSpec
impl Serialize for AggregationSpec
impl StructuralPartialEq for AggregationSpec
Auto Trait Implementations§
impl Freeze for AggregationSpec
impl RefUnwindSafe for AggregationSpec
impl Send for AggregationSpec
impl Sync for AggregationSpec
impl Unpin for AggregationSpec
impl UnsafeUnpin for AggregationSpec
impl UnwindSafe for AggregationSpec
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