pub enum Role {
Show 43 variants
Generic,
Window,
Group,
Navigation,
Text,
Heading,
Image,
Link,
Button,
CheckBox,
RadioButton,
Switch,
TextInput,
TextArea,
SearchInput,
Table,
Grid,
Row,
ColumnHeader,
Cell,
List,
ListItem,
Tree,
TreeItem,
ListBox,
Option,
Menu,
MenuItem,
MenuBar,
MenuItemCheckBox,
MenuItemRadio,
ComboBox,
Tooltip,
Status,
AlertDialog,
Slider,
Progress,
Tab,
TabList,
TabPanel,
Dialog,
Alert,
Separator,
}Variants§
Generic
Window
Group
Text
Heading
Image
Link
Button
CheckBox
RadioButton
Switch
TextInput
TextArea
SearchInput
Table
Grid
Row
ColumnHeader
Cell
List
ListItem
Tree
TreeItem
ListBox
Option
Menu
MenuItem
MenuBar
MenuItemCheckBox
MenuItemRadio
ComboBox
Tooltip
Status
AlertDialog
Slider
Progress
Tab
TabList
TabPanel
Dialog
Alert
Separator
Trait Implementations§
impl Copy for Role
impl Eq for Role
impl StructuralPartialEq for Role
Auto Trait Implementations§
impl Freeze for Role
impl RefUnwindSafe for Role
impl Send for Role
impl Sync for Role
impl Unpin for Role
impl UnsafeUnpin for Role
impl UnwindSafe for Role
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