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