#[repr(transparent)]pub struct INIntentErrorCode(pub NSInteger);
Available on crate feature
INIntentErrors
only.Expand description
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl INIntentErrorCode
impl INIntentErrorCode
pub const InteractionOperationNotSupported: Self
pub const DonatingInteraction: Self
pub const DeletingAllInteractions: Self
pub const DeletingInteractionWithIdentifiers: Self
pub const DeletingInteractionWithGroupIdentifier: Self
pub const IntentSupportedByMultipleExtension: Self
pub const RestrictedIntentsNotSupportedByExtension: Self
pub const NoHandlerProvidedForIntent: Self
pub const InvalidIntentName: Self
pub const NoAppAvailable: Self
pub const RequestTimedOut: Self
pub const MissingInformation: Self
pub const InvalidUserVocabularyFileLocation: Self
pub const ExtensionLaunchingTimeout: Self
pub const ExtensionBringUpFailed: Self
pub const ImageGeneric: Self
pub const ImageNoServiceAvailable: Self
pub const ImageStorageFailed: Self
pub const ImageLoadingFailed: Self
pub const ImageRetrievalFailed: Self
pub const ImageProxyLoop: Self
pub const ImageProxyInvalid: Self
pub const ImageProxyTimeout: Self
pub const ImageServiceFailure: Self
pub const ImageScalingFailed: Self
pub const PermissionDenied: Self
pub const VoiceShortcutCreationFailed: Self
pub const VoiceShortcutGetFailed: Self
pub const VoiceShortcutDeleteFailed: Self
pub const EncodingGeneric: Self
pub const EncodingFailed: Self
pub const DecodingGeneric: Self
pub const UnableToCreateAppIntentRepresentation: Self
pub const NoAppIntent: Self
Trait Implementations§
Source§impl Clone for INIntentErrorCode
impl Clone for INIntentErrorCode
Source§fn clone(&self) -> INIntentErrorCode
fn clone(&self) -> INIntentErrorCode
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 INIntentErrorCode
impl Debug for INIntentErrorCode
Source§impl Encode for INIntentErrorCode
impl Encode for INIntentErrorCode
Source§impl Hash for INIntentErrorCode
impl Hash for INIntentErrorCode
Source§impl Ord for INIntentErrorCode
impl Ord for INIntentErrorCode
Source§fn cmp(&self, other: &INIntentErrorCode) -> Ordering
fn cmp(&self, other: &INIntentErrorCode) -> 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 INIntentErrorCode
impl PartialEq for INIntentErrorCode
Source§impl PartialOrd for INIntentErrorCode
impl PartialOrd for INIntentErrorCode
Source§impl RefEncode for INIntentErrorCode
impl RefEncode for INIntentErrorCode
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 INIntentErrorCode
impl Eq for INIntentErrorCode
impl StructuralPartialEq for INIntentErrorCode
Auto Trait Implementations§
impl Freeze for INIntentErrorCode
impl RefUnwindSafe for INIntentErrorCode
impl Send for INIntentErrorCode
impl Sync for INIntentErrorCode
impl Unpin for INIntentErrorCode
impl UnwindSafe for INIntentErrorCode
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.