#[repr(i64)]pub enum NSUbiquitousKeyValueStoreChangeReason {
ServerChange = 0,
InitialSyncChange = 1,
QuotaViolationChange = 2,
AccountChange = 3,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NSUbiquitousKeyValueStoreChangeReason
impl RefUnwindSafe for NSUbiquitousKeyValueStoreChangeReason
impl Send for NSUbiquitousKeyValueStoreChangeReason
impl Sync for NSUbiquitousKeyValueStoreChangeReason
impl Unpin for NSUbiquitousKeyValueStoreChangeReason
impl UnwindSafe for NSUbiquitousKeyValueStoreChangeReason
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