Trait NSFetchRequestResult

Source
pub unsafe trait NSFetchRequestResult: NSObjectProtocol { }
👎Deprecated: icrate::CoreData has been moved to objc2-core-data
Available on crate feature CoreData only.

Trait Implementations§

Source§

impl ProtocolType for dyn NSFetchRequestResult

Source§

const NAME: &'static str = "NSFetchRequestResult"

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 NSFetchRequestResult

Implementations on Foreign Types§

Source§

impl<T> NSFetchRequestResult for ProtocolObject<T>

Implementors§

Source§

impl NSFetchRequestResult for NSDictionary

Available on crate feature Foundation_NSDictionary only.
Source§

impl NSFetchRequestResult for NSNumber

Available on crate feature Foundation_NSNumber only.
Source§

impl NSFetchRequestResult for NSManagedObject

Available on crate feature CoreData_NSManagedObject only.
Source§

impl NSFetchRequestResult for NSManagedObjectID

Available on crate feature CoreData_NSManagedObjectID only.