Trait objc2_ui_kit::UISearchTextFieldPasteItem

source ·
pub unsafe trait UISearchTextFieldPasteItem: UITextPasteItem + IsMainThreadOnly {
    // Provided method
    unsafe fn setSearchTokenResult(&self, token: &UISearchToken)
       where Self: Sized + Message { ... }
}
Available on crate features UISearchTextField and UITextPasteDelegate only.

Provided Methods§

source

unsafe fn setSearchTokenResult(&self, token: &UISearchToken)
where Self: Sized + Message,

Trait Implementations§

source§

impl ProtocolType for dyn UISearchTextFieldPasteItem

source§

const NAME: &'static str = "UISearchTextFieldPasteItem"

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 UISearchTextFieldPasteItem

Implementations on Foreign Types§

source§

impl<T> UISearchTextFieldPasteItem for ProtocolObject<T>

Implementors§