#[repr(transparent)]pub struct SKANError(pub NSInteger);
Available on crate feature
SKANError
only.Expand description
Tuple Fields§
§0: NSInteger
Implementations§
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 PartialOrd for SKANError
impl PartialOrd for SKANError
Source§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> 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.