pub enum BillingMeterResourceAggregationSettingsFormula {
Count,
Last,
Sum,
}
Expand description
Specifies how events are aggregated.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for BillingMeterResourceAggregationSettingsFormula
impl Clone for BillingMeterResourceAggregationSettingsFormula
Source§fn clone(&self) -> BillingMeterResourceAggregationSettingsFormula
fn clone(&self) -> BillingMeterResourceAggregationSettingsFormula
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 FromValueOpt for BillingMeterResourceAggregationSettingsFormula
impl FromValueOpt for BillingMeterResourceAggregationSettingsFormula
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for BillingMeterResourceAggregationSettingsFormula
impl PartialEq for BillingMeterResourceAggregationSettingsFormula
Source§fn eq(&self, other: &BillingMeterResourceAggregationSettingsFormula) -> bool
fn eq(&self, other: &BillingMeterResourceAggregationSettingsFormula) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for BillingMeterResourceAggregationSettingsFormula
impl Eq for BillingMeterResourceAggregationSettingsFormula
impl StructuralPartialEq for BillingMeterResourceAggregationSettingsFormula
Auto Trait Implementations§
impl Freeze for BillingMeterResourceAggregationSettingsFormula
impl RefUnwindSafe for BillingMeterResourceAggregationSettingsFormula
impl Send for BillingMeterResourceAggregationSettingsFormula
impl Sync for BillingMeterResourceAggregationSettingsFormula
impl Unpin for BillingMeterResourceAggregationSettingsFormula
impl UnwindSafe for BillingMeterResourceAggregationSettingsFormula
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