pub enum SemanticRole {
Show 33 variants
Generic,
Window,
Group,
Label,
Text,
Image,
Button,
Link,
Navigation,
List,
ListItem,
Table,
Row,
Cell,
CheckBox,
Switch,
RadioButton,
TextInput,
PasswordInput,
SearchInput,
ComboBox,
ListBoxOption,
Slider,
ProgressIndicator,
Dialog,
Alert,
Tab,
TabList,
TabPanel,
Menu,
MenuItem,
ScrollView,
Custom,
}Variants§
Generic
Window
Group
Label
Text
Image
Button
Link
List
ListItem
Table
Row
Cell
CheckBox
Switch
RadioButton
TextInput
PasswordInput
SearchInput
ComboBox
ListBoxOption
Slider
ProgressIndicator
Dialog
Alert
Tab
TabList
TabPanel
Menu
MenuItem
ScrollView
Custom
Trait Implementations§
Source§impl Clone for SemanticRole
impl Clone for SemanticRole
Source§fn clone(&self) -> SemanticRole
fn clone(&self) -> SemanticRole
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SemanticRole
Source§impl Debug for SemanticRole
impl Debug for SemanticRole
Source§impl Default for SemanticRole
impl Default for SemanticRole
Source§fn default() -> SemanticRole
fn default() -> SemanticRole
Returns the “default value” for a type. Read more
impl Eq for SemanticRole
Source§impl PartialEq for SemanticRole
impl PartialEq for SemanticRole
impl StructuralPartialEq for SemanticRole
Auto Trait Implementations§
impl Freeze for SemanticRole
impl RefUnwindSafe for SemanticRole
impl Send for SemanticRole
impl Sync for SemanticRole
impl Unpin for SemanticRole
impl UnsafeUnpin for SemanticRole
impl UnwindSafe for SemanticRole
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more