Trait objc2_cloud_kit::CKRecordValue
source · pub unsafe trait CKRecordValue: NSObjectProtocol { }Available on crate feature
CKRecord only.Trait Implementations§
source§impl ProtocolType for dyn CKRecordValue
impl ProtocolType for dyn CKRecordValue
impl<T> ImplementedBy<T> for dyn CKRecordValue
Implementations on Foreign Types§
impl CKRecordValue for CLLocation
Available on crate feature
objc2-core-location only.impl CKRecordValue for NSData
impl CKRecordValue for NSDate
impl CKRecordValue for NSString
impl CKRecordValue for NSNumber
impl CKRecordValue for NSArray
impl<T> CKRecordValue for ProtocolObject<T>where
T: ?Sized + CKRecordValue,
Implementors§
impl CKRecordValue for CKAsset
Available on crate feature
CKAsset only.impl CKRecordValue for CKReference
Available on crate feature
CKReference only.