pub enum AriaDocumentStructureRole {
Show 39 variants
Application,
Article,
Blockquote,
Caption,
Cell,
Columnheader,
Definition,
Deletion,
Directory,
Document,
Emphasis,
Feed,
Figure,
Generic,
Group,
Heading,
Img,
Insertion,
List,
Listitem,
Mark,
Math,
Meter,
None,
Note,
Paragraph,
Presentation,
Row,
Rowgroup,
Rowheader,
Separator,
Strong,
Subscript,
Superscript,
Table,
Term,
Time,
Toolbar,
Tooltip,
}
Variants§
Application
Article
Blockquote
Caption
Cell
Columnheader
Definition
Deletion
Directory
Document
Emphasis
Feed
Figure
Generic
Group
Heading
Img
Insertion
List
Listitem
Mark
Math
Meter
None
Note
Paragraph
Presentation
Row
Rowgroup
Rowheader
Separator
Strong
Subscript
Superscript
Table
Term
Time
Toolbar
Tooltip
Trait Implementations§
Source§impl Clone for AriaDocumentStructureRole
impl Clone for AriaDocumentStructureRole
Source§fn clone(&self) -> AriaDocumentStructureRole
fn clone(&self) -> AriaDocumentStructureRole
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AriaDocumentStructureRole
impl Debug for AriaDocumentStructureRole
Source§impl Display for AriaDocumentStructureRole
impl Display for AriaDocumentStructureRole
Source§impl FromStr for AriaDocumentStructureRole
impl FromStr for AriaDocumentStructureRole
Source§impl Hash for AriaDocumentStructureRole
impl Hash for AriaDocumentStructureRole
impl Copy for AriaDocumentStructureRole
impl Eq for AriaDocumentStructureRole
impl StructuralPartialEq for AriaDocumentStructureRole
Auto Trait Implementations§
impl Freeze for AriaDocumentStructureRole
impl RefUnwindSafe for AriaDocumentStructureRole
impl Send for AriaDocumentStructureRole
impl Sync for AriaDocumentStructureRole
impl Unpin for AriaDocumentStructureRole
impl UnwindSafe for AriaDocumentStructureRole
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.