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

source§

const NAME: &'static str = "CKRecordValue"

The name of the Objective-C protocol that this type represents.
source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
source§

impl<T> ImplementedBy<T> for dyn CKRecordValue
where T: ?Sized + Message + CKRecordValue,

Implementations on Foreign Types§

source§

impl CKRecordValue for CLLocation

Available on crate feature objc2-core-location only.
source§

impl CKRecordValue for NSData

source§

impl CKRecordValue for NSDate

source§

impl CKRecordValue for NSString

source§

impl CKRecordValue for NSNumber

source§

impl CKRecordValue for NSArray

source§

impl<T> CKRecordValue for ProtocolObject<T>
where T: ?Sized + CKRecordValue,

Implementors§

source§

impl CKRecordValue for CKAsset

Available on crate feature CKAsset only.
source§

impl CKRecordValue for CKReference

Available on crate feature CKReference only.