Enum aria_query::AriaRole
source · pub enum AriaRole {
Show 125 variants
Alert,
Alertdialog,
Application,
Article,
Banner,
Blockquote,
Button,
Caption,
Cell,
Checkbox,
Code,
Columnheader,
Combobox,
Complementary,
Contentinfo,
Definition,
Deletion,
Dialog,
Directory,
DocAbstract,
DocAcknowledgments,
DocAfterword,
DocAppendix,
DocBacklink,
DocBiblioentry,
DocBibliography,
DocBiblioref,
DocChapter,
DocColophon,
DocConclusion,
DocCover,
DocCredit,
DocCredits,
DocDedication,
DocEndnote,
DocEndnotes,
DocEpigraph,
DocEpilogue,
DocErrata,
DocExample,
DocFootnote,
DocForeword,
DocGlossary,
DocGlossref,
DocIndex,
DocIntroduction,
DocNoteref,
DocNotice,
DocPagebreak,
DocPagelist,
DocPart,
DocPreface,
DocPrologue,
DocPullquote,
DocQna,
DocSubtitle,
DocTip,
DocToc,
Document,
Emphasis,
Feed,
Figure,
Form,
Generic,
GraphicsDocument,
GraphicsObject,
GraphicsSymbol,
Grid,
Gridcell,
Group,
Heading,
Img,
Insertion,
Link,
List,
Listbox,
Listitem,
Log,
Main,
Mark,
Marquee,
Math,
Menu,
Menubar,
Menuitem,
Menuitemcheckbox,
Menuitemradio,
Meter,
Navigation,
None,
Note,
Option,
Paragraph,
Presentation,
Progressbar,
Radio,
Radiogroup,
Region,
Row,
Rowgroup,
Rowheader,
Scrollbar,
Search,
Searchbox,
Separator,
Slider,
Spinbutton,
Status,
Strong,
Subscript,
Superscript,
Switch,
Tab,
Table,
Tablist,
Tabpanel,
Term,
Textbox,
Time,
Timer,
Toolbar,
Tooltip,
Tree,
Treegrid,
Treeitem,
}
Variants§
Alert
Alertdialog
Application
Article
Banner
Blockquote
Button
Caption
Cell
Checkbox
Code
Columnheader
Combobox
Complementary
Contentinfo
Definition
Deletion
Dialog
Directory
DocAbstract
DocAcknowledgments
DocAfterword
DocAppendix
DocBacklink
DocBiblioentry
DocBibliography
DocBiblioref
DocChapter
DocColophon
DocConclusion
DocCover
DocCredit
DocCredits
DocDedication
DocEndnote
DocEndnotes
DocEpigraph
DocEpilogue
DocErrata
DocExample
DocFootnote
DocForeword
DocGlossary
DocGlossref
DocIndex
DocIntroduction
DocNoteref
DocNotice
DocPagebreak
DocPagelist
DocPart
DocPreface
DocPrologue
DocPullquote
DocQna
DocSubtitle
DocTip
DocToc
Document
Emphasis
Feed
Figure
Form
Generic
GraphicsDocument
GraphicsObject
GraphicsSymbol
Grid
Gridcell
Group
Heading
Img
Insertion
Link
List
Listbox
Listitem
Log
Main
Mark
Marquee
Math
Menu
Menubar
Menuitem
Menuitemcheckbox
Menuitemradio
Meter
None
Note
Option
Paragraph
Presentation
Progressbar
Radio
Radiogroup
Region
Row
Rowgroup
Rowheader
Scrollbar
Search
Searchbox
Separator
Slider
Status
Strong
Subscript
Superscript
Switch
Tab
Table
Tablist
Tabpanel
Term
Textbox
Time
Timer
Toolbar
Tooltip
Tree
Treegrid
Treeitem
Trait Implementations§
source§impl From<AriaRole> for AriaRoleDefinitionKey
impl From<AriaRole> for AriaRoleDefinitionKey
impl Copy for AriaRole
impl Eq for AriaRole
impl StructuralPartialEq for AriaRole
Auto Trait Implementations§
impl Freeze for AriaRole
impl RefUnwindSafe for AriaRole
impl Send for AriaRole
impl Sync for AriaRole
impl Unpin for AriaRole
impl UnwindSafe for AriaRole
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)