#[repr(transparent)]pub struct MXErrorCode(pub NSInteger);Available on crate feature
MXError only.Expand description
Error codes for NSError values stemming from the MetricKit Framework.
These error codes are used as the codes for all NSError instances stemmming from the MetricKit Framework.
See also Apple’s documentation
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl MXErrorCode
impl MXErrorCode
pub const LaunchTaskInvalidID: Self
pub const LaunchTaskMaxCount: Self
pub const LaunchTaskPastDeadline: Self
pub const LaunchTaskDuplicated: Self
pub const LaunchTaskUnknown: Self
pub const LaunchTaskInternalFailure: Self
Trait Implementations§
Source§impl Clone for MXErrorCode
impl Clone for MXErrorCode
Source§fn clone(&self) -> MXErrorCode
fn clone(&self) -> MXErrorCode
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 MXErrorCode
impl Debug for MXErrorCode
Source§impl Encode for MXErrorCode
impl Encode for MXErrorCode
Source§impl Hash for MXErrorCode
impl Hash for MXErrorCode
Source§impl Ord for MXErrorCode
impl Ord for MXErrorCode
Source§fn cmp(&self, other: &MXErrorCode) -> Ordering
fn cmp(&self, other: &MXErrorCode) -> 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 MXErrorCode
impl PartialEq for MXErrorCode
Source§impl PartialOrd for MXErrorCode
impl PartialOrd for MXErrorCode
Source§impl RefEncode for MXErrorCode
impl RefEncode for MXErrorCode
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 MXErrorCode
impl Eq for MXErrorCode
impl StructuralPartialEq for MXErrorCode
Auto Trait Implementations§
impl Freeze for MXErrorCode
impl RefUnwindSafe for MXErrorCode
impl Send for MXErrorCode
impl Sync for MXErrorCode
impl Unpin for MXErrorCode
impl UnwindSafe for MXErrorCode
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.