Trait CKRecordValue

Source
pub unsafe trait CKRecordValue: NSObjectProtocol { }
Available on crate feature CKRecord only.
Expand description

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. Read more
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 NSArray

Source§

impl CKRecordValue for NSData

Source§

impl CKRecordValue for NSDate

Source§

impl CKRecordValue for NSString

Source§

impl CKRecordValue for NSNumber

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.