pub struct MarketplacePurchasePlan { /* private fields */ }
Implementations§
Source§impl MarketplacePurchasePlan
impl MarketplacePurchasePlan
pub fn bullets<T>(self, value: T) -> Self
pub fn description<T>(self, value: T) -> Self
pub fn has_free_trial<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn monthly_price_in_cents<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn price_model<T>(self, value: T) -> Self
pub fn unit_name<T>(self, value: T) -> Self
pub fn yearly_price_in_cents<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for MarketplacePurchasePlan
impl Clone for MarketplacePurchasePlan
Source§fn clone(&self) -> MarketplacePurchasePlan
fn clone(&self) -> MarketplacePurchasePlan
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 MarketplacePurchasePlan
impl Debug for MarketplacePurchasePlan
Source§impl Default for MarketplacePurchasePlan
impl Default for MarketplacePurchasePlan
Source§impl From<MarketplacePurchasePlan> for MarketplacePurchasePlan
impl From<MarketplacePurchasePlan> for MarketplacePurchasePlan
Source§fn from(value: MarketplacePurchasePlan) -> Self
fn from(value: MarketplacePurchasePlan) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MarketplacePurchasePlan
impl RefUnwindSafe for MarketplacePurchasePlan
impl Send for MarketplacePurchasePlan
impl Sync for MarketplacePurchasePlan
impl Unpin for MarketplacePurchasePlan
impl UnwindSafe for MarketplacePurchasePlan
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