pub struct BillingMeterResourceCustomerMappingSettings {
pub event_payload_key: String,
pub type_: BillingMeterResourceCustomerMappingSettingsType,
}
Fields§
§event_payload_key: String
The key in the meter event payload to use for mapping the event to a customer.
type_: BillingMeterResourceCustomerMappingSettingsType
The method for mapping a meter event to a customer.
Trait Implementations§
Source§impl Clone for BillingMeterResourceCustomerMappingSettings
impl Clone for BillingMeterResourceCustomerMappingSettings
Source§fn clone(&self) -> BillingMeterResourceCustomerMappingSettings
fn clone(&self) -> BillingMeterResourceCustomerMappingSettings
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 BillingMeterResourceCustomerMappingSettings
impl FromValueOpt for BillingMeterResourceCustomerMappingSettings
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for BillingMeterResourceCustomerMappingSettings
impl RefUnwindSafe for BillingMeterResourceCustomerMappingSettings
impl Send for BillingMeterResourceCustomerMappingSettings
impl Sync for BillingMeterResourceCustomerMappingSettings
impl Unpin for BillingMeterResourceCustomerMappingSettings
impl UnwindSafe for BillingMeterResourceCustomerMappingSettings
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