Skip to main content

NSFetchRequestResult

Trait NSFetchRequestResult 

Source
pub unsafe trait NSFetchRequestResult: NSObjectProtocol { }
Available on crate feature NSFetchRequest only.
Expand description

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. 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 NSFetchRequestResult

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl NSFetchRequestResult for NSDictionary

Source§

impl NSFetchRequestResult for NSNumber

Source§

impl<T> NSFetchRequestResult for ProtocolObject<T>

Implementors§