CKRecordValue

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

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§