Trait objc2_mail_kit::MEContentBlocker

source ·
pub unsafe trait MEContentBlocker: NSObjectProtocol {
    // Provided method
    unsafe fn contentRulesJSON(&self) -> Retained<NSData>
       where Self: Sized + Message { ... }
}
Available on crate feature MEContentBlocker only.

Provided Methods§

source

unsafe fn contentRulesJSON(&self) -> Retained<NSData>
where Self: Sized + Message,

Trait Implementations§

source§

impl ProtocolType for dyn MEContentBlocker

source§

const NAME: &'static str = "MEContentBlocker"

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 MEContentBlocker

Implementations on Foreign Types§

source§

impl<T> MEContentBlocker for ProtocolObject<T>
where T: ?Sized + MEContentBlocker,

Implementors§