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 copy 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 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§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
)