Docs.rs
objc2-core-data-0.3.1
objc2-core-data 0.3.1
Permalink
Docs.rs crate page
Zlib
OR
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
simlay
madsmtm
Dependencies
bitflags ^2.5.0
normal
optional
block2 >=0.6.1, <0.8.0
normal
optional
objc2 >=0.6.1, <0.8.0
normal
objc2-cloud-kit ^0.3.1
normal
optional
objc2-foundation ^0.3.1
normal
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-apple-ios
aarch64-apple-ios-macabi
x86_64-apple-darwin
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
NSFetchRequestResult
objc2_
core_
data
0.3.1
NSFetch
Request
Result
Implementations on Foreign Types
NSDictionary
NSNumber
ProtocolObject<T>
Trait Implementations
ImplementedBy<T>
ProtocolType
Implementors
In crate objc2_
core_
data
objc2_core_data
Trait
NSFetch
Request
Result
Copy item path
Source
pub unsafe trait NSFetchRequestResult:
NSObjectProtocol
{ }
Available on
crate feature
NSFetchRequest
only.
Expand description
Apple’s documentation
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
where T: ?
Sized
+
Message
+
NSFetchRequestResult
,
Implementations on Foreign Types
§
Source
§
impl
NSFetchRequestResult
for
NSDictionary
Source
§
impl
NSFetchRequestResult
for
NSNumber
Source
§
impl<T>
NSFetchRequestResult
for
ProtocolObject
<T>
where T: ?
Sized
+
NSFetchRequestResult
,
Implementors
§
Source
§
impl
NSFetchRequestResult
for
NSManagedObject
Source
§
impl
NSFetchRequestResult
for
NSManagedObjectID