pub struct IntroductoryPriceDetails { /* private fields */ }Expand description
Details of an introductory price pricing phase.
This type is not used in any activity, and only used as part of another schema.
Trait Implementations§
Source§impl Clone for IntroductoryPriceDetails
impl Clone for IntroductoryPriceDetails
Source§fn clone(&self) -> IntroductoryPriceDetails
fn clone(&self) -> IntroductoryPriceDetails
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 IntroductoryPriceDetails
impl Debug for IntroductoryPriceDetails
Source§impl Default for IntroductoryPriceDetails
impl Default for IntroductoryPriceDetails
Source§fn default() -> IntroductoryPriceDetails
fn default() -> IntroductoryPriceDetails
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IntroductoryPriceDetails
impl<'de> Deserialize<'de> for IntroductoryPriceDetails
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for IntroductoryPriceDetails
impl Serialize for IntroductoryPriceDetails
impl Part for IntroductoryPriceDetails
Auto Trait Implementations§
impl Freeze for IntroductoryPriceDetails
impl RefUnwindSafe for IntroductoryPriceDetails
impl Send for IntroductoryPriceDetails
impl Sync for IntroductoryPriceDetails
impl Unpin for IntroductoryPriceDetails
impl UnwindSafe for IntroductoryPriceDetails
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