pub struct BillingClocksResourceStatusDetailsStatusDetails {
pub advancing: Option<BillingClocksResourceStatusDetailsAdvancingStatusDetails>,
}
Fields§
§advancing: Option<BillingClocksResourceStatusDetailsAdvancingStatusDetails>
Trait Implementations§
Source§impl Clone for BillingClocksResourceStatusDetailsStatusDetails
impl Clone for BillingClocksResourceStatusDetailsStatusDetails
Source§fn clone(&self) -> BillingClocksResourceStatusDetailsStatusDetails
fn clone(&self) -> BillingClocksResourceStatusDetailsStatusDetails
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 BillingClocksResourceStatusDetailsStatusDetails
impl FromValueOpt for BillingClocksResourceStatusDetailsStatusDetails
fn from_value(v: Value) -> Option<Self>
impl Copy for BillingClocksResourceStatusDetailsStatusDetails
Auto Trait Implementations§
impl Freeze for BillingClocksResourceStatusDetailsStatusDetails
impl RefUnwindSafe for BillingClocksResourceStatusDetailsStatusDetails
impl Send for BillingClocksResourceStatusDetailsStatusDetails
impl Sync for BillingClocksResourceStatusDetailsStatusDetails
impl Unpin for BillingClocksResourceStatusDetailsStatusDetails
impl UnwindSafe for BillingClocksResourceStatusDetailsStatusDetails
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