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