Trait objc2_core_data::NSFetchRequestResult

source ·
pub unsafe trait NSFetchRequestResult: NSObjectProtocol { }
Available on crate feature NSFetchRequest 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 NSFetchRequestResult for NSNumber

source§

impl NSFetchRequestResult for NSDictionary

source§

impl<T> NSFetchRequestResult for ProtocolObject<T>

Implementors§

source§

impl NSFetchRequestResult for NSManagedObject

Available on crate feature NSManagedObject only.
source§

impl NSFetchRequestResult for NSManagedObjectID

Available on crate feature NSManagedObjectID only.