pub struct CKRecordZoneID { /* private fields */ }Expand description
Wraps CKRecordZoneID.
Implementations§
Source§impl CKRecordZoneID
impl CKRecordZoneID
Trait Implementations§
Source§impl Clone for CKRecordZoneID
impl Clone for CKRecordZoneID
Source§fn clone(&self) -> CKRecordZoneID
fn clone(&self) -> CKRecordZoneID
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 moreSource§impl Debug for CKRecordZoneID
impl Debug for CKRecordZoneID
impl Eq for CKRecordZoneID
Source§impl Hash for CKRecordZoneID
impl Hash for CKRecordZoneID
Source§impl PartialEq for CKRecordZoneID
impl PartialEq for CKRecordZoneID
Source§fn eq(&self, other: &CKRecordZoneID) -> bool
fn eq(&self, other: &CKRecordZoneID) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CKRecordZoneID
Auto Trait Implementations§
impl Freeze for CKRecordZoneID
impl RefUnwindSafe for CKRecordZoneID
impl Send for CKRecordZoneID
impl Sync for CKRecordZoneID
impl Unpin for CKRecordZoneID
impl UnsafeUnpin for CKRecordZoneID
impl UnwindSafe for CKRecordZoneID
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