pub struct PricingParam {
pub price: Option<String>,
}
Fields§
§price: Option<String>
The ID of the price object.
Implementations§
Source§impl PricingParam
impl PricingParam
Trait Implementations§
Source§impl Clone for PricingParam
impl Clone for PricingParam
Source§fn clone(&self) -> PricingParam
fn clone(&self) -> PricingParam
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 Debug for PricingParam
impl Debug for PricingParam
Source§impl Default for PricingParam
impl Default for PricingParam
Auto Trait Implementations§
impl Freeze for PricingParam
impl RefUnwindSafe for PricingParam
impl Send for PricingParam
impl Sync for PricingParam
impl Unpin for PricingParam
impl UnwindSafe for PricingParam
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