pub enum BillingMeterResourceCustomerMappingSettingsType {
ById,
}
Expand description
The method for mapping a meter event to a customer.
Variants§
ById
Implementations§
Trait Implementations§
Source§impl Clone for BillingMeterResourceCustomerMappingSettingsType
impl Clone for BillingMeterResourceCustomerMappingSettingsType
Source§fn clone(&self) -> BillingMeterResourceCustomerMappingSettingsType
fn clone(&self) -> BillingMeterResourceCustomerMappingSettingsType
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 BillingMeterResourceCustomerMappingSettingsType
impl FromValueOpt for BillingMeterResourceCustomerMappingSettingsType
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for BillingMeterResourceCustomerMappingSettingsType
impl PartialEq for BillingMeterResourceCustomerMappingSettingsType
Source§fn eq(&self, other: &BillingMeterResourceCustomerMappingSettingsType) -> bool
fn eq(&self, other: &BillingMeterResourceCustomerMappingSettingsType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for BillingMeterResourceCustomerMappingSettingsType
impl Eq for BillingMeterResourceCustomerMappingSettingsType
impl StructuralPartialEq for BillingMeterResourceCustomerMappingSettingsType
Auto Trait Implementations§
impl Freeze for BillingMeterResourceCustomerMappingSettingsType
impl RefUnwindSafe for BillingMeterResourceCustomerMappingSettingsType
impl Send for BillingMeterResourceCustomerMappingSettingsType
impl Sync for BillingMeterResourceCustomerMappingSettingsType
impl Unpin for BillingMeterResourceCustomerMappingSettingsType
impl UnwindSafe for BillingMeterResourceCustomerMappingSettingsType
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