pub enum Tag {
Show 109 variants
A,
Abbr,
Address,
Area,
Article,
Aside,
Audio,
B,
Base,
Bdi,
Bdo,
Blockquote,
Body,
Br,
Button,
Canvas,
Caption,
Cite,
Code,
Col,
ColGroup,
Data,
DataList,
Dd,
Del,
Details,
Dfn,
Dialog,
Div,
Dl,
Dt,
Em,
Embed,
FieldSet,
FigCaption,
Figure,
Footer,
Form,
H1,
H2,
H3,
H4,
H5,
H6,
Head,
Header,
Hr,
Html,
I,
Iframe,
Img,
Input,
Ins,
Kbd,
Label,
Legend,
Li,
Link,
Main,
Map,
Mark,
Meta,
Meter,
Nav,
NoScript,
Object,
Ol,
OptGroup,
Option,
Output,
P,
Param,
Picture,
Pre,
Progress,
Q,
Rp,
Rt,
Ruby,
S,
Samp,
Script,
Section,
Select,
Small,
Source,
Span,
Strong,
Style,
Sub,
Summary,
Sup,
Svg,
Table,
Tbody,
Td,
Template,
TextArea,
Tfoot,
Th,
Time,
Title,
Tr,
Track,
U,
Ul,
Var,
Video,
Wbr,
}
Expand description
The tag of an HTML5 element.
Note that we only support HTML5 elements, as listed on https://html.spec.whatwg.org//.
Variants§
A
Abbr
Address
Area
Article
Aside
Audio
B
Base
Bdi
Bdo
Blockquote
Body
Br
Button
Canvas
Caption
Cite
Code
Col
ColGroup
Data
DataList
Dd
Del
Details
Dfn
Dialog
Div
Dl
Dt
Em
Embed
FieldSet
FigCaption
Figure
Form
H1
H2
H3
H4
H5
H6
Head
Header
Hr
Html
I
Iframe
Img
Input
Ins
Kbd
Label
Legend
Li
Link
Main
Map
Mark
Meta
Meter
NoScript
Object
Ol
OptGroup
Option
Output
P
Param
Picture
Pre
Progress
Q
Rp
Rt
Ruby
S
Samp
Script
Section
Select
Small
Source
Span
Strong
Style
Sub
Summary
Sup
Svg
Table
Tbody
Td
Template
TextArea
Tfoot
Th
Time
Title
Tr
Track
U
Ul
Var
Video
Wbr
Trait Implementations§
impl Copy for Tag
impl Eq for Tag
impl StructuralPartialEq for Tag
Auto Trait Implementations§
impl Freeze for Tag
impl RefUnwindSafe for Tag
impl Send for Tag
impl Sync for Tag
impl Unpin for Tag
impl UnwindSafe for Tag
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