Trait objc2_contacts::CNKeyDescriptor

source ·
pub unsafe trait CNKeyDescriptor: NSCopying + NSObjectProtocol + NSSecureCoding { }
Available on crate feature CNContact only.

Trait Implementations§

source§

impl ProtocolType for dyn CNKeyDescriptor

source§

const NAME: &'static str = "CNKeyDescriptor"

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 CNKeyDescriptor

Implementations on Foreign Types§

source§

impl CNKeyDescriptor for NSString

source§

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

Implementors§