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