#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CKApplicationPermissionStatus
impl Eq for CKApplicationPermissionStatus
Source§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 (const: unstable) · 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 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 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 UnsafeUnpin for CKApplicationPermissionStatus
impl UnwindSafe for CKApplicationPermissionStatus
Blanket Implementations§
impl<T> AutoreleaseSafe for Twhere
T: ?Sized,
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.