Struct objc2_cloud_kit::CKErrorCode
source · #[repr(transparent)]pub struct CKErrorCode(pub NSInteger);Available on crate feature
CKError only.Tuple Fields§
§0: NSIntegerImplementations§
source§impl CKErrorCode
impl CKErrorCode
pub const CKErrorInternalError: Self = _
pub const CKErrorPartialFailure: Self = _
pub const CKErrorNetworkFailure: Self = _
pub const CKErrorBadContainer: Self = _
pub const CKErrorRequestRateLimited: Self = _
pub const CKErrorMissingEntitlement: Self = _
pub const CKErrorNotAuthenticated: Self = _
pub const CKErrorPermissionFailure: Self = _
pub const CKErrorUnknownItem: Self = _
pub const CKErrorInvalidArguments: Self = _
pub const CKErrorResultsTruncated: Self = _
👎Deprecated: Will not be returned
pub const CKErrorServerRecordChanged: Self = _
pub const CKErrorServerRejectedRequest: Self = _
pub const CKErrorAssetFileNotFound: Self = _
pub const CKErrorAssetFileModified: Self = _
pub const CKErrorIncompatibleVersion: Self = _
pub const CKErrorConstraintViolation: Self = _
pub const CKErrorOperationCancelled: Self = _
pub const CKErrorChangeTokenExpired: Self = _
pub const CKErrorBatchRequestFailed: Self = _
pub const CKErrorZoneBusy: Self = _
pub const CKErrorBadDatabase: Self = _
pub const CKErrorQuotaExceeded: Self = _
pub const CKErrorZoneNotFound: Self = _
pub const CKErrorLimitExceeded: Self = _
pub const CKErrorUserDeletedZone: Self = _
pub const CKErrorTooManyParticipants: Self = _
pub const CKErrorReferenceViolation: Self = _
pub const CKErrorManagedAccountRestricted: Self = _
pub const CKErrorParticipantMayNeedVerification: Self = _
pub const CKErrorServerResponseLost: Self = _
pub const CKErrorAssetNotAvailable: Self = _
Trait Implementations§
source§impl Clone for CKErrorCode
impl Clone for CKErrorCode
source§fn clone(&self) -> CKErrorCode
fn clone(&self) -> CKErrorCode
Returns a copy 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 CKErrorCode
impl Debug for CKErrorCode
source§impl Encode for CKErrorCode
impl Encode for CKErrorCode
source§impl Hash for CKErrorCode
impl Hash for CKErrorCode
source§impl Ord for CKErrorCode
impl Ord for CKErrorCode
source§fn cmp(&self, other: &CKErrorCode) -> Ordering
fn cmp(&self, other: &CKErrorCode) -> 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 CKErrorCode
impl PartialEq for CKErrorCode
source§fn eq(&self, other: &CKErrorCode) -> bool
fn eq(&self, other: &CKErrorCode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for CKErrorCode
impl PartialOrd for CKErrorCode
source§fn partial_cmp(&self, other: &CKErrorCode) -> Option<Ordering>
fn partial_cmp(&self, other: &CKErrorCode) -> Option<Ordering>
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 CKErrorCode
impl RefEncode for CKErrorCode
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 CKErrorCode
impl Eq for CKErrorCode
impl StructuralPartialEq for CKErrorCode
Auto Trait Implementations§
impl Freeze for CKErrorCode
impl RefUnwindSafe for CKErrorCode
impl Send for CKErrorCode
impl Sync for CKErrorCode
impl Unpin for CKErrorCode
impl UnwindSafe for CKErrorCode
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.