pub unsafe trait NSUserInterfaceValidations: MainThreadOnly {
// Provided method
unsafe fn validateUserInterfaceItem(
&self,
item: &ProtocolObject<dyn NSValidatedUserInterfaceItem>,
) -> bool
where Self: Sized + Message { ... }
}
Available on crate feature
NSUserInterfaceValidation
only.Expand description
Provided Methods§
unsafe fn validateUserInterfaceItem( &self, item: &ProtocolObject<dyn NSValidatedUserInterfaceItem>, ) -> bool
Trait Implementations§
Source§impl ProtocolType for dyn NSUserInterfaceValidations
impl ProtocolType for dyn NSUserInterfaceValidations
impl<T> ImplementedBy<T> for dyn NSUserInterfaceValidations
Implementations on Foreign Types§
impl<T> NSUserInterfaceValidations for ProtocolObject<T>where
T: ?Sized + NSUserInterfaceValidations,
Implementors§
impl NSUserInterfaceValidations for NSApplication
Available on crate feature
NSApplication
only.impl NSUserInterfaceValidations for NSButton
Available on crate feature
NSButton
only.impl NSUserInterfaceValidations for NSColorPanel
Available on crate feature
NSColorPanel
only.impl NSUserInterfaceValidations for NSComboBox
Available on crate feature
NSComboBox
only.impl NSUserInterfaceValidations for NSDocument
Available on crate feature
NSDocument
only.impl NSUserInterfaceValidations for NSDocumentController
Available on crate feature
NSDocumentController
only.impl NSUserInterfaceValidations for NSFontPanel
Available on crate feature
NSFontPanel
only.impl NSUserInterfaceValidations for NSForm
Available on crate feature
NSForm
only.impl NSUserInterfaceValidations for NSMatrix
Available on crate feature
NSMatrix
only.impl NSUserInterfaceValidations for NSOpenPanel
Available on crate feature
NSOpenPanel
only.impl NSUserInterfaceValidations for NSOutlineView
Available on crate feature
NSOutlineView
only.impl NSUserInterfaceValidations for NSPanel
Available on crate feature
NSPanel
only.impl NSUserInterfaceValidations for NSPersistentDocument
Available on crate feature
NSPersistentDocument
only.impl NSUserInterfaceValidations for NSPopUpButton
Available on crate feature
NSPopUpButton
only.impl NSUserInterfaceValidations for NSSavePanel
Available on crate feature
NSSavePanel
only.impl NSUserInterfaceValidations for NSSearchField
Available on crate feature
NSSearchField
only.impl NSUserInterfaceValidations for NSSecureTextField
Available on crate feature
NSSecureTextField
only.impl NSUserInterfaceValidations for NSSplitViewController
Available on crate feature
NSSplitViewController
only.impl NSUserInterfaceValidations for NSStatusBarButton
Available on crate feature
NSStatusBarButton
only.impl NSUserInterfaceValidations for NSTableView
Available on crate feature
NSTableView
only.impl NSUserInterfaceValidations for NSTextField
Available on crate feature
NSTextField
only.impl NSUserInterfaceValidations for NSTextView
Available on crate feature
NSTextView
only.impl NSUserInterfaceValidations for NSTokenField
Available on crate feature
NSTokenField
only.impl NSUserInterfaceValidations for NSWindow
Available on crate feature
NSWindow
only.