pub struct StoreTransactionAppStore {
pub receipt: String,
}Expand description
A purchase through App Store
Fields§
§receipt: StringApp Store receipt
Trait Implementations§
Source§impl Clone for StoreTransactionAppStore
impl Clone for StoreTransactionAppStore
Source§fn clone(&self) -> StoreTransactionAppStore
fn clone(&self) -> StoreTransactionAppStore
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 StoreTransactionAppStore
impl Debug for StoreTransactionAppStore
Source§impl Default for StoreTransactionAppStore
impl Default for StoreTransactionAppStore
Source§fn default() -> StoreTransactionAppStore
fn default() -> StoreTransactionAppStore
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StoreTransactionAppStore
impl<'de> Deserialize<'de> for StoreTransactionAppStore
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 PartialEq for StoreTransactionAppStore
impl PartialEq for StoreTransactionAppStore
Source§impl Serialize for StoreTransactionAppStore
impl Serialize for StoreTransactionAppStore
impl StructuralPartialEq for StoreTransactionAppStore
Auto Trait Implementations§
impl Freeze for StoreTransactionAppStore
impl RefUnwindSafe for StoreTransactionAppStore
impl Send for StoreTransactionAppStore
impl Sync for StoreTransactionAppStore
impl Unpin for StoreTransactionAppStore
impl UnsafeUnpin for StoreTransactionAppStore
impl UnwindSafe for StoreTransactionAppStore
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