pub unsafe trait SWHighlightEvent:
NSObjectProtocol
+ NSSecureCoding
+ NSCopying {
// Provided method
unsafe fn highlightURL(&self) -> Retained<NSURL>
where Self: Sized + Message { ... }
}Available on crate feature
SWHighlightEvent only.Expand description
A protocol defining an activity that can be posted in response to a user action on some content.
See also Apple’s documentation
Provided Methods§
Trait Implementations§
Source§impl ProtocolType for dyn SWHighlightEvent
impl ProtocolType for dyn SWHighlightEvent
impl<T> ImplementedBy<T> for dyn SWHighlightEvent
Implementations on Foreign Types§
impl<T> SWHighlightEvent for ProtocolObject<T>where
T: ?Sized + SWHighlightEvent,
Implementors§
impl SWHighlightEvent for SWHighlightChangeEvent
Available on crate feature
SWHighlightChangeEvent only.impl SWHighlightEvent for SWHighlightMembershipEvent
Available on crate feature
SWHighlightMembershipEvent only.impl SWHighlightEvent for SWHighlightMentionEvent
Available on crate feature
SWHighlightMentionEvent only.impl SWHighlightEvent for SWHighlightPersistenceEvent
Available on crate feature
SWHighlightPersistenceEvent only.