#[repr(transparent)]pub struct FPUIExtensionErrorCode(pub NSUInteger);
Available on crate feature
FPUIActionExtensionContext
only.Expand description
The error codes for errors raised by the File Provider UI extension.
See also Apple’s documentation
Tuple Fields§
§0: NSUInteger
Implementations§
Source§impl FPUIExtensionErrorCode
impl FPUIExtensionErrorCode
Sourcepub const UserCancelled: Self
pub const UserCancelled: Self
An error indicating that the action was canceled by the user.
Trait Implementations§
Source§impl Clone for FPUIExtensionErrorCode
impl Clone for FPUIExtensionErrorCode
Source§fn clone(&self) -> FPUIExtensionErrorCode
fn clone(&self) -> FPUIExtensionErrorCode
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 FPUIExtensionErrorCode
impl Debug for FPUIExtensionErrorCode
Source§impl Encode for FPUIExtensionErrorCode
impl Encode for FPUIExtensionErrorCode
Source§impl Hash for FPUIExtensionErrorCode
impl Hash for FPUIExtensionErrorCode
Source§impl Ord for FPUIExtensionErrorCode
impl Ord for FPUIExtensionErrorCode
Source§fn cmp(&self, other: &FPUIExtensionErrorCode) -> Ordering
fn cmp(&self, other: &FPUIExtensionErrorCode) -> 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 FPUIExtensionErrorCode
impl PartialEq for FPUIExtensionErrorCode
Source§impl PartialOrd for FPUIExtensionErrorCode
impl PartialOrd for FPUIExtensionErrorCode
Source§impl RefEncode for FPUIExtensionErrorCode
impl RefEncode for FPUIExtensionErrorCode
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 FPUIExtensionErrorCode
impl Eq for FPUIExtensionErrorCode
impl StructuralPartialEq for FPUIExtensionErrorCode
Auto Trait Implementations§
impl Freeze for FPUIExtensionErrorCode
impl RefUnwindSafe for FPUIExtensionErrorCode
impl Send for FPUIExtensionErrorCode
impl Sync for FPUIExtensionErrorCode
impl Unpin for FPUIExtensionErrorCode
impl UnwindSafe for FPUIExtensionErrorCode
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.