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