#[repr(transparent)]pub struct CKApplicationPermissionStatus(pub NSInteger);👎Deprecated: No longer supported. Please see Sharing CloudKit Data with Other iCloud Users.
Available on crate feature
CKContainer only.Expand description
Tuple Fields§
§0: NSInteger👎Deprecated: No longer supported. Please see Sharing CloudKit Data with Other iCloud Users.
Implementations§
Source§impl CKApplicationPermissionStatus
impl CKApplicationPermissionStatus
pub const InitialState: Self
👎Deprecated: No longer supported. Please see Sharing CloudKit Data with Other iCloud Users.
pub const CouldNotComplete: Self
👎Deprecated: No longer supported. Please see Sharing CloudKit Data with Other iCloud Users.
pub const Denied: Self
👎Deprecated: No longer supported. Please see Sharing CloudKit Data with Other iCloud Users.
pub const Granted: Self
👎Deprecated: No longer supported. Please see Sharing CloudKit Data with Other iCloud Users.
Trait Implementations§
Source§impl Clone for CKApplicationPermissionStatus
impl Clone for CKApplicationPermissionStatus
Source§fn clone(&self) -> CKApplicationPermissionStatus
fn clone(&self) -> CKApplicationPermissionStatus
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 Hash for CKApplicationPermissionStatus
impl Hash for CKApplicationPermissionStatus
Source§impl Ord for CKApplicationPermissionStatus
impl Ord for CKApplicationPermissionStatus
Source§fn cmp(&self, other: &CKApplicationPermissionStatus) -> Ordering
fn cmp(&self, other: &CKApplicationPermissionStatus) -> 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 CKApplicationPermissionStatus
impl PartialEq for CKApplicationPermissionStatus
Source§fn eq(&self, other: &CKApplicationPermissionStatus) -> bool
fn eq(&self, other: &CKApplicationPermissionStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CKApplicationPermissionStatus
impl PartialOrd for CKApplicationPermissionStatus
Source§impl RefEncode for CKApplicationPermissionStatus
impl RefEncode for CKApplicationPermissionStatus
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 CKApplicationPermissionStatus
impl Eq for CKApplicationPermissionStatus
impl StructuralPartialEq for CKApplicationPermissionStatus
Auto Trait Implementations§
impl Freeze for CKApplicationPermissionStatus
impl RefUnwindSafe for CKApplicationPermissionStatus
impl Send for CKApplicationPermissionStatus
impl Sync for CKApplicationPermissionStatus
impl Unpin for CKApplicationPermissionStatus
impl UnwindSafe for CKApplicationPermissionStatus
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.