pub enum Role {
Show 68 variants
Any,
Alert,
AlertDialog,
Application,
Article,
Banner,
Checkbox,
Cell,
ColumnHeader,
ComboBox,
Complementary,
ContentInfo,
Definition,
Dialog,
Directory,
Document,
Feed,
Figure,
Form,
Grid,
GridCell,
Group,
Heading,
Image,
Link,
List,
ListBox,
ListItem,
Log,
Main,
Marquee,
Math,
Menu,
MenuBar,
MenuItem,
MenuItemCheckbox,
MenuItemRadio,
Navigation,
None,
Note,
Option,
Presentation,
ProgressBar,
Radio,
RadioGroup,
Region,
Row,
RowGroup,
RowHeader,
ScrollBar,
Search,
SearchBox,
Separator,
Slider,
SpinButton,
Status,
Switch,
Tab,
Table,
TabList,
TabPanel,
Term,
TextBox,
Timer,
ToolBar,
ToolTip,
Tree,
TreeGrid,
}Variants§
Any
Alert
AlertDialog
Application
Article
Banner
Checkbox
Cell
ColumnHeader
ComboBox
Complementary
ContentInfo
Definition
Dialog
Directory
Document
Feed
Figure
Form
Grid
GridCell
Group
Heading
Image
Link
List
ListBox
ListItem
Log
Main
Marquee
Math
Menu
MenuBar
MenuItem
MenuItemCheckbox
MenuItemRadio
None
Note
Option
Presentation
ProgressBar
Radio
RadioGroup
Region
Row
RowGroup
RowHeader
ScrollBar
Search
SearchBox
Separator
Slider
SpinButton
Status
Switch
Tab
Table
TabList
TabPanel
Term
TextBox
Timer
ToolBar
ToolTip
Tree
TreeGrid
Trait Implementations§
source§impl Ord for Role
impl Ord for Role
source§impl PartialEq<Role> for Role
impl PartialEq<Role> for Role
source§impl PartialOrd<Role> for Role
impl PartialOrd<Role> for Role
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more