pub unsafe trait NSFileProviderTestingCreation: NSFileProviderTestingOperation {
    // Provided methods
    unsafe fn targetSide(&self) -> NSFileProviderTestingOperationSide
       where Self: Sized + Message { ... }
    unsafe fn sourceItem(&self) -> Id<NSFileProviderItem>
       where Self: Sized + Message { ... }
    unsafe fn domainVersion(&self) -> Option<Id<NSFileProviderDomainVersion>>
       where Self: Sized + Message { ... }
}
Available on crate feature NSFileProviderTesting only.

Provided Methods§

source

unsafe fn targetSide(&self) -> NSFileProviderTestingOperationSide
where Self: Sized + Message,

source

unsafe fn sourceItem(&self) -> Id<NSFileProviderItem>
where Self: Sized + Message,

Available on crate feature NSFileProviderItem only.
source

unsafe fn domainVersion(&self) -> Option<Id<NSFileProviderDomainVersion>>
where Self: Sized + Message,

Available on crate feature NSFileProviderDomain only.

Trait Implementations§

source§

impl ProtocolType for dyn NSFileProviderTestingCreation

source§

const NAME: &'static str = "NSFileProviderTestingCreation"

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 NSFileProviderTestingCreation

Implementations on Foreign Types§

source§

impl<T> NSFileProviderTestingCreation for ProtocolObject<T>

Implementors§