pub struct BillingMeterResourceBillingMeterStatusTransitions {
pub deactivated_at: Option<Timestamp>,
}
Fields§
§deactivated_at: Option<Timestamp>
The time the meter was deactivated, if any. Measured in seconds since Unix epoch.
Trait Implementations§
Source§impl Clone for BillingMeterResourceBillingMeterStatusTransitions
impl Clone for BillingMeterResourceBillingMeterStatusTransitions
Source§fn clone(&self) -> BillingMeterResourceBillingMeterStatusTransitions
fn clone(&self) -> BillingMeterResourceBillingMeterStatusTransitions
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 BillingMeterResourceBillingMeterStatusTransitions
impl FromValueOpt for BillingMeterResourceBillingMeterStatusTransitions
fn from_value(v: Value) -> Option<Self>
impl Copy for BillingMeterResourceBillingMeterStatusTransitions
Auto Trait Implementations§
impl Freeze for BillingMeterResourceBillingMeterStatusTransitions
impl RefUnwindSafe for BillingMeterResourceBillingMeterStatusTransitions
impl Send for BillingMeterResourceBillingMeterStatusTransitions
impl Sync for BillingMeterResourceBillingMeterStatusTransitions
impl Unpin for BillingMeterResourceBillingMeterStatusTransitions
impl UnwindSafe for BillingMeterResourceBillingMeterStatusTransitions
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