#[repr(transparent)]pub struct SKPaymentTransactionState(pub NSInteger);
👎Deprecated: Use PurchaseResult from Product.purchase(confirmIn:options:)
Available on crate feature
SKPaymentTransaction
only.Expand description
Tuple Fields§
§0: NSInteger
👎Deprecated: Use PurchaseResult from Product.purchase(confirmIn:options:)
Implementations§
Source§impl SKPaymentTransactionState
impl SKPaymentTransactionState
pub const Purchasing: Self
👎Deprecated: Use PurchaseResult from Product.purchase(confirmIn:options:)
pub const Purchased: Self
👎Deprecated: Use PurchaseResult from Product.purchase(confirmIn:options:)
pub const Failed: Self
👎Deprecated: Use PurchaseResult from Product.purchase(confirmIn:options:)
pub const Restored: Self
👎Deprecated: Use PurchaseResult from Product.purchase(confirmIn:options:)
pub const Deferred: Self
👎Deprecated: Use PurchaseResult.pending from Product.purchase(confirmIn:options:)
Trait Implementations§
Source§impl Clone for SKPaymentTransactionState
impl Clone for SKPaymentTransactionState
Source§fn clone(&self) -> SKPaymentTransactionState
fn clone(&self) -> SKPaymentTransactionState
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 SKPaymentTransactionState
impl Debug for SKPaymentTransactionState
Source§impl Encode for SKPaymentTransactionState
impl Encode for SKPaymentTransactionState
Source§impl Hash for SKPaymentTransactionState
impl Hash for SKPaymentTransactionState
Source§impl Ord for SKPaymentTransactionState
impl Ord for SKPaymentTransactionState
Source§fn cmp(&self, other: &SKPaymentTransactionState) -> Ordering
fn cmp(&self, other: &SKPaymentTransactionState) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for SKPaymentTransactionState
impl PartialOrd for SKPaymentTransactionState
Source§impl RefEncode for SKPaymentTransactionState
impl RefEncode for SKPaymentTransactionState
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for SKPaymentTransactionState
impl Eq for SKPaymentTransactionState
impl StructuralPartialEq for SKPaymentTransactionState
Auto Trait Implementations§
impl Freeze for SKPaymentTransactionState
impl RefUnwindSafe for SKPaymentTransactionState
impl Send for SKPaymentTransactionState
impl Sync for SKPaymentTransactionState
impl Unpin for SKPaymentTransactionState
impl UnwindSafe for SKPaymentTransactionState
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.