pub struct PaidAppDetails { /* private fields */ }Expand description
Details of a paid app purchase.
This type is not used in any activity, and only used as part of another schema.
Trait Implementations§
Source§impl Clone for PaidAppDetails
impl Clone for PaidAppDetails
Source§fn clone(&self) -> PaidAppDetails
fn clone(&self) -> PaidAppDetails
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 PaidAppDetails
impl Debug for PaidAppDetails
Source§impl Default for PaidAppDetails
impl Default for PaidAppDetails
Source§fn default() -> PaidAppDetails
fn default() -> PaidAppDetails
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PaidAppDetails
impl<'de> Deserialize<'de> for PaidAppDetails
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 PaidAppDetails
impl Serialize for PaidAppDetails
impl Part for PaidAppDetails
Auto Trait Implementations§
impl Freeze for PaidAppDetails
impl RefUnwindSafe for PaidAppDetails
impl Send for PaidAppDetails
impl Sync for PaidAppDetails
impl Unpin for PaidAppDetails
impl UnwindSafe for PaidAppDetails
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