[][src]Enum typed_html::types::Role

pub enum Role {
    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
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

Trait Implementations

impl AsRef<str> for Role[src]

impl AsStaticRef<str> for Role[src]

impl Display for Role[src]

impl Eq for Role[src]

impl FromStr for Role[src]

type Err = ParseError

The associated error which can be returned from parsing.

impl Ord for Role[src]

impl PartialEq<Role> for Role[src]

impl PartialOrd<Role> for Role[src]

impl StructuralEq for Role[src]

impl StructuralPartialEq for Role[src]

Auto Trait Implementations

impl RefUnwindSafe for Role

impl Send for Role

impl Sync for Role

impl Unpin for Role

impl UnwindSafe for Role

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.