pub unsafe trait NSFetchRequestResult: NSObjectProtocol { }Available on crate feature
NSFetchRequest only.Trait Implementations§
source§impl ProtocolType for dyn NSFetchRequestResult
impl ProtocolType for dyn NSFetchRequestResult
impl<T> ImplementedBy<T> for dyn NSFetchRequestResult
Implementations on Foreign Types§
impl NSFetchRequestResult for NSNumber
impl NSFetchRequestResult for NSDictionary
impl<T> NSFetchRequestResult for ProtocolObject<T>where
T: ?Sized + NSFetchRequestResult,
Implementors§
impl NSFetchRequestResult for NSManagedObject
Available on crate feature
NSManagedObject only.impl NSFetchRequestResult for NSManagedObjectID
Available on crate feature
NSManagedObjectID only.