pub struct BillingMeterResourceBillingMeterEventAdjustmentCancel {
pub identifier: Option<String>,
}
Fields§
§identifier: Option<String>
Unique identifier for the event.
Trait Implementations§
Source§impl Clone for BillingMeterResourceBillingMeterEventAdjustmentCancel
impl Clone for BillingMeterResourceBillingMeterEventAdjustmentCancel
Source§fn clone(&self) -> BillingMeterResourceBillingMeterEventAdjustmentCancel
fn clone(&self) -> BillingMeterResourceBillingMeterEventAdjustmentCancel
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 BillingMeterResourceBillingMeterEventAdjustmentCancel
impl FromValueOpt for BillingMeterResourceBillingMeterEventAdjustmentCancel
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for BillingMeterResourceBillingMeterEventAdjustmentCancel
impl RefUnwindSafe for BillingMeterResourceBillingMeterEventAdjustmentCancel
impl Send for BillingMeterResourceBillingMeterEventAdjustmentCancel
impl Sync for BillingMeterResourceBillingMeterEventAdjustmentCancel
impl Unpin for BillingMeterResourceBillingMeterEventAdjustmentCancel
impl UnwindSafe for BillingMeterResourceBillingMeterEventAdjustmentCancel
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