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