Struct objc2_store_kit::SKANError
source · #[repr(transparent)]pub struct SKANError(pub NSInteger);Available on crate feature
SKANError only.Tuple Fields§
§0: NSIntegerImplementations§
source§impl SKANError
impl SKANError
pub const ImpressionMissingRequiredValue: Self = _
pub const Unsupported: Self = _
pub const AdNetworkIdMissing: Self = _
pub const MismatchedSourceAppId: Self = _
pub const ImpressionNotFound: Self = _
pub const InvalidCampaignId: Self = _
pub const InvalidConversionValue: Self = _
pub const InvalidSourceAppId: Self = _
pub const InvalidAdvertisedAppId: Self = _
pub const InvalidVersion: Self = _
pub const Unknown: Self = _
pub const ImpressionTooShort: Self = _
Trait Implementations§
source§impl Ord for SKANError
impl Ord for SKANError
source§impl PartialEq for SKANError
impl PartialEq for SKANError
source§impl PartialOrd for SKANError
impl PartialOrd for SKANError
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl RefEncode for SKANError
impl RefEncode for SKANError
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 SKANError
impl Eq for SKANError
impl StructuralPartialEq for SKANError
Auto Trait Implementations§
impl Freeze for SKANError
impl RefUnwindSafe for SKANError
impl Send for SKANError
impl Sync for SKANError
impl Unpin for SKANError
impl UnwindSafe for SKANError
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> 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.