pub unsafe trait NSFileProviderTestingCollisionResolution: NSFileProviderTestingOperation {
    // Provided methods
    unsafe fn side(&self) -> NSFileProviderTestingOperationSide
       where Self: Sized + Message { ... }
    unsafe fn renamedItem(&self) -> Id<NSFileProviderItem>
       where Self: Sized + Message { ... }
}
Available on crate feature NSFileProviderTesting only.

Provided Methods§

source

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

source

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

Available on crate feature NSFileProviderItem only.

Trait Implementations§

source§

impl ProtocolType for dyn NSFileProviderTestingCollisionResolution

source§

const NAME: &'static str = "NSFileProviderTestingCollisionResolution"

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 NSFileProviderTestingCollisionResolution

Implementations on Foreign Types§

source§

impl<T> NSFileProviderTestingCollisionResolution for ProtocolObject<T>

Implementors§