pub enum HtmlElement {
Show 118 variants
Html,
Base,
Head,
Link,
Meta,
Style,
Title,
Body,
Address,
Article,
Aside,
Footer,
Header,
H1,
H2,
H3,
H4,
H5,
H6,
Hgroup,
Main,
Nav,
Section,
Search,
Blockquote,
Dd,
Div,
Dl,
Dt,
Figcaption,
Figure,
Hr,
Li,
Menu,
Ol,
P,
Pre,
Ul,
A,
Abbr,
B,
Bdi,
Bdo,
Br,
Cite,
Code,
Data,
Dfn,
Em,
I,
Kbd,
Mark,
Q,
Rp,
Rt,
Ruby,
S,
Samp,
Small,
Span,
Strong,
Sub,
Sup,
Time,
U,
Var,
Wbr,
Area,
Audio,
Img,
Map,
Track,
Video,
Embed,
Fencedframe,
Iframe,
Object,
Picture,
Source,
Svg,
Path,
Math,
Canvas,
Noscript,
Script,
Del,
Ins,
Caption,
Col,
Colgroup,
Table,
Tbody,
Td,
Tfoot,
Th,
Thead,
Tr,
Button,
Datalist,
FieldSet,
Form,
Input,
Label,
Legend,
Meter,
Optgroup,
Option,
Output,
Progress,
Select,
Selectedcontent,
Textarea,
Details,
Dialog,
Summary,
Slot,
Template,
Fragment,
}Variants§
Html
Base
Head
Link
Meta
Style
Title
Body
Address
Article
Aside
Header
H1
H2
H3
H4
H5
H6
Hgroup
Main
Section
Search
Blockquote
Dd
Div
Dl
Dt
Figcaption
Figure
Hr
Li
Menu
Ol
P
Pre
Ul
A
Abbr
B
Bdi
Bdo
Br
Cite
Code
Data
Dfn
Em
I
Kbd
Mark
Q
Rp
Rt
Ruby
S
Samp
Small
Span
Strong
Sub
Sup
Time
U
Var
Wbr
Area
Audio
Img
Map
Track
Video
Embed
Fencedframe
Iframe
Object
Picture
Source
Svg
Path
Math
Canvas
Noscript
Script
Del
Ins
Caption
Col
Colgroup
Table
Tbody
Td
Tfoot
Th
Thead
Tr
Button
Datalist
FieldSet
Form
Input
Label
Legend
Meter
Optgroup
Option
Output
Progress
Select
Selectedcontent
Textarea
Details
Dialog
Summary
Slot
Template
Fragment
Implementations§
Trait Implementations§
Source§impl Clone for HtmlElement
impl Clone for HtmlElement
Source§fn clone(&self) -> HtmlElement
fn clone(&self) -> HtmlElement
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 HtmlElement
impl Debug for HtmlElement
Source§impl Display for HtmlElement
impl Display for HtmlElement
Source§impl Parse for HtmlElement
impl Parse for HtmlElement
Source§impl PartialEq for HtmlElement
impl PartialEq for HtmlElement
Auto Trait Implementations§
impl Freeze for HtmlElement
impl RefUnwindSafe for HtmlElement
impl Send for HtmlElement
impl Sync for HtmlElement
impl Unpin for HtmlElement
impl UnwindSafe for HtmlElement
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