#[repr(transparent)]pub struct SKErrorCode(pub NSInteger);
Available on crate feature
SKError
only.Expand description
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl SKErrorCode
impl SKErrorCode
pub const Unknown: Self
pub const ClientInvalid: Self
pub const PaymentCancelled: Self
pub const PaymentInvalid: Self
pub const PaymentNotAllowed: Self
pub const StoreProductNotAvailable: Self
pub const CloudServicePermissionDenied: Self
pub const CloudServiceNetworkConnectionFailed: Self
pub const CloudServiceRevoked: Self
pub const PrivacyAcknowledgementRequired: Self
pub const InvalidOfferIdentifier: Self
pub const InvalidSignature: Self
pub const MissingOfferParams: Self
pub const InvalidOfferPrice: Self
pub const OverlayCancelled: Self
pub const OverlayInvalidConfiguration: Self
pub const OverlayTimeout: Self
pub const IneligibleForOffer: Self
pub const UnsupportedPlatform: Self
pub const OverlayPresentedInBackgroundScene: Self
Trait Implementations§
Source§impl Clone for SKErrorCode
impl Clone for SKErrorCode
Source§fn clone(&self) -> SKErrorCode
fn clone(&self) -> SKErrorCode
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 SKErrorCode
impl Debug for SKErrorCode
Source§impl Encode for SKErrorCode
impl Encode for SKErrorCode
Source§impl Hash for SKErrorCode
impl Hash for SKErrorCode
Source§impl Ord for SKErrorCode
impl Ord for SKErrorCode
Source§fn cmp(&self, other: &SKErrorCode) -> Ordering
fn cmp(&self, other: &SKErrorCode) -> 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 PartialEq for SKErrorCode
impl PartialEq for SKErrorCode
Source§impl PartialOrd for SKErrorCode
impl PartialOrd for SKErrorCode
Source§impl RefEncode for SKErrorCode
impl RefEncode for SKErrorCode
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 SKErrorCode
impl Eq for SKErrorCode
impl StructuralPartialEq for SKErrorCode
Auto Trait Implementations§
impl Freeze for SKErrorCode
impl RefUnwindSafe for SKErrorCode
impl Send for SKErrorCode
impl Sync for SKErrorCode
impl Unpin for SKErrorCode
impl UnwindSafe for SKErrorCode
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.