Enum aria_query::AriaQueryHtmlElement
source · pub enum AriaQueryHtmlElement {
Show 129 variants
A,
Abbr,
Acronym,
Address,
Applet,
Area,
Article,
Aside,
Audio,
B,
Base,
Bdi,
Bdo,
Big,
Blink,
Blockquote,
Body,
Br,
Button,
Canvas,
Caption,
Center,
Cite,
Code,
Col,
Colgroup,
Content,
Data,
Datalist,
Dd,
Del,
Details,
Dfn,
Dialog,
Dir,
Div,
Dl,
Dt,
Em,
Embed,
Fieldset,
Figcaption,
Figure,
Font,
Footer,
Form,
Frame,
Frameset,
H1,
H2,
H3,
H4,
H5,
H6,
Head,
Header,
Hgroup,
Hr,
Html,
I,
Iframe,
Img,
Input,
Ins,
Kbd,
Keygen,
Label,
Legend,
Li,
Link,
Main,
Map,
Mark,
Marquee,
Menu,
Menuitem,
Meta,
Meter,
Nav,
Noembed,
Noscript,
Object,
Ol,
Optgroup,
Option,
Output,
P,
Param,
Picture,
Pre,
Progress,
Q,
Rp,
Rt,
Rtc,
Ruby,
S,
Samp,
Script,
Section,
Select,
Small,
Source,
Spacer,
Span,
Strike,
Strong,
Style,
Sub,
Summary,
Sup,
Table,
Tbody,
Td,
Textarea,
Tfoot,
Th,
Thead,
Time,
Title,
Tr,
Track,
Tt,
U,
Ul,
Var,
Video,
Wbr,
Xmp,
}
Variants§
A
Abbr
Acronym
Address
Applet
Area
Article
Aside
Audio
B
Base
Bdi
Bdo
Big
Blink
Blockquote
Body
Br
Button
Canvas
Caption
Center
Cite
Code
Col
Colgroup
Content
Data
Datalist
Dd
Del
Details
Dfn
Dialog
Dir
Div
Dl
Dt
Em
Embed
Fieldset
Figcaption
Figure
Font
Form
Frame
Frameset
H1
H2
H3
H4
H5
H6
Head
Header
Hgroup
Hr
Html
I
Iframe
Img
Input
Ins
Kbd
Keygen
Label
Legend
Li
Link
Main
Map
Mark
Marquee
Menu
Menuitem
Meta
Meter
Noembed
Noscript
Object
Ol
Optgroup
Option
Output
P
Param
Picture
Pre
Progress
Q
Rp
Rt
Rtc
Ruby
S
Samp
Script
Section
Select
Small
Source
Spacer
Span
Strike
Strong
Style
Sub
Summary
Sup
Table
Tbody
Td
Textarea
Tfoot
Th
Thead
Time
Title
Tr
Track
Tt
U
Ul
Var
Video
Wbr
Xmp
Trait Implementations§
source§impl Clone for AriaQueryHtmlElement
impl Clone for AriaQueryHtmlElement
source§fn clone(&self) -> AriaQueryHtmlElement
fn clone(&self) -> AriaQueryHtmlElement
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 AriaQueryHtmlElement
impl Debug for AriaQueryHtmlElement
source§impl Hash for AriaQueryHtmlElement
impl Hash for AriaQueryHtmlElement
source§impl PartialEq for AriaQueryHtmlElement
impl PartialEq for AriaQueryHtmlElement
impl Copy for AriaQueryHtmlElement
impl Eq for AriaQueryHtmlElement
impl StructuralPartialEq for AriaQueryHtmlElement
Auto Trait Implementations§
impl Freeze for AriaQueryHtmlElement
impl RefUnwindSafe for AriaQueryHtmlElement
impl Send for AriaQueryHtmlElement
impl Sync for AriaQueryHtmlElement
impl Unpin for AriaQueryHtmlElement
impl UnwindSafe for AriaQueryHtmlElement
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
)