Trait AsHtmlNode

Source
pub trait AsHtmlNode {
    // Required method
    fn as_html_node(&mut self) -> &mut HtmlNode;
}
Expand description

A trait for unwrapping a type into an HtmlNode.

Required Methods§

Source

fn as_html_node(&mut self) -> &mut HtmlNode

Implementors§

Source§

impl AsHtmlNode for CustomElement

Source§

impl AsHtmlNode for HtmlA

Source§

impl AsHtmlNode for HtmlAbbr

Source§

impl AsHtmlNode for HtmlAddress

Source§

impl AsHtmlNode for HtmlArea

Source§

impl AsHtmlNode for HtmlArticle

Source§

impl AsHtmlNode for HtmlAside

Source§

impl AsHtmlNode for HtmlAudio

Source§

impl AsHtmlNode for HtmlB

Source§

impl AsHtmlNode for HtmlBase

Source§

impl AsHtmlNode for HtmlBdi

Source§

impl AsHtmlNode for HtmlBdo

Source§

impl AsHtmlNode for HtmlBlockquote

Source§

impl AsHtmlNode for HtmlBody

Source§

impl AsHtmlNode for HtmlBr

Source§

impl AsHtmlNode for HtmlButton

Source§

impl AsHtmlNode for HtmlCanvas

Source§

impl AsHtmlNode for HtmlCaption

Source§

impl AsHtmlNode for HtmlCite

Source§

impl AsHtmlNode for HtmlCode

Source§

impl AsHtmlNode for HtmlCol

Source§

impl AsHtmlNode for HtmlColgroup

Source§

impl AsHtmlNode for HtmlData

Source§

impl AsHtmlNode for HtmlDatalist

Source§

impl AsHtmlNode for HtmlDd

Source§

impl AsHtmlNode for HtmlDel

Source§

impl AsHtmlNode for HtmlDetails

Source§

impl AsHtmlNode for HtmlDfn

Source§

impl AsHtmlNode for HtmlDialog

Source§

impl AsHtmlNode for HtmlDiv

Source§

impl AsHtmlNode for HtmlDl

Source§

impl AsHtmlNode for HtmlDt

Source§

impl AsHtmlNode for HtmlEm

Source§

impl AsHtmlNode for HtmlEmbed

Source§

impl AsHtmlNode for HtmlFieldset

Source§

impl AsHtmlNode for HtmlFigcaption

Source§

impl AsHtmlNode for HtmlFigure

Source§

impl AsHtmlNode for HtmlFooter

Source§

impl AsHtmlNode for HtmlForm

Source§

impl AsHtmlNode for HtmlH1

Source§

impl AsHtmlNode for HtmlH2

Source§

impl AsHtmlNode for HtmlH3

Source§

impl AsHtmlNode for HtmlH4

Source§

impl AsHtmlNode for HtmlH5

Source§

impl AsHtmlNode for HtmlH6

Source§

impl AsHtmlNode for HtmlHead

Source§

impl AsHtmlNode for HtmlHeader

Source§

impl AsHtmlNode for HtmlHgroup

Source§

impl AsHtmlNode for HtmlHr

Source§

impl AsHtmlNode for HtmlHtml

Source§

impl AsHtmlNode for HtmlI

Source§

impl AsHtmlNode for HtmlIframe

Source§

impl AsHtmlNode for HtmlImg

Source§

impl AsHtmlNode for HtmlInput

Source§

impl AsHtmlNode for HtmlIns

Source§

impl AsHtmlNode for HtmlKbd

Source§

impl AsHtmlNode for HtmlKeygen

Source§

impl AsHtmlNode for HtmlLabel

Source§

impl AsHtmlNode for HtmlLegend

Source§

impl AsHtmlNode for HtmlLi

Source§

impl AsHtmlNode for HtmlMain

Source§

impl AsHtmlNode for HtmlMap

Source§

impl AsHtmlNode for HtmlMark

Source§

impl AsHtmlNode for HtmlMenu

Source§

impl AsHtmlNode for HtmlMenuitem

Source§

impl AsHtmlNode for HtmlMeta

Source§

impl AsHtmlNode for HtmlMeter

Source§

impl AsHtmlNode for HtmlNav

Source§

impl AsHtmlNode for HtmlNoscript

Source§

impl AsHtmlNode for HtmlObject

Source§

impl AsHtmlNode for HtmlOl

Source§

impl AsHtmlNode for HtmlOptgroup

Source§

impl AsHtmlNode for HtmlOption

Source§

impl AsHtmlNode for HtmlOutput

Source§

impl AsHtmlNode for HtmlP

Source§

impl AsHtmlNode for HtmlParam

Source§

impl AsHtmlNode for HtmlPicture

Source§

impl AsHtmlNode for HtmlPre

Source§

impl AsHtmlNode for HtmlProgress

Source§

impl AsHtmlNode for HtmlQ

Source§

impl AsHtmlNode for HtmlRp

Source§

impl AsHtmlNode for HtmlRt

Source§

impl AsHtmlNode for HtmlRuby

Source§

impl AsHtmlNode for HtmlS

Source§

impl AsHtmlNode for HtmlSamp

Source§

impl AsHtmlNode for HtmlScript

Source§

impl AsHtmlNode for HtmlSection

Source§

impl AsHtmlNode for HtmlSelect

Source§

impl AsHtmlNode for HtmlSmall

Source§

impl AsHtmlNode for HtmlSource

Source§

impl AsHtmlNode for HtmlSpan

Source§

impl AsHtmlNode for HtmlStrong

Source§

impl AsHtmlNode for HtmlStyle

Source§

impl AsHtmlNode for HtmlSub

Source§

impl AsHtmlNode for HtmlSummary

Source§

impl AsHtmlNode for HtmlSup

Source§

impl AsHtmlNode for HtmlTable

Source§

impl AsHtmlNode for HtmlTbody

Source§

impl AsHtmlNode for HtmlTd

Source§

impl AsHtmlNode for HtmlTemplate

Source§

impl AsHtmlNode for HtmlTextarea

Source§

impl AsHtmlNode for HtmlTfoot

Source§

impl AsHtmlNode for HtmlTh

Source§

impl AsHtmlNode for HtmlThead

Source§

impl AsHtmlNode for HtmlTime

Source§

impl AsHtmlNode for HtmlTitle

Source§

impl AsHtmlNode for HtmlTr

Source§

impl AsHtmlNode for HtmlTrack

Source§

impl AsHtmlNode for HtmlU

Source§

impl AsHtmlNode for HtmlUl

Source§

impl AsHtmlNode for HtmlVar

Source§

impl AsHtmlNode for HtmlVideo

Source§

impl AsHtmlNode for HtmlWbr

Source§

impl AsHtmlNode for SvgAnimate

Source§

impl AsHtmlNode for SvgAnimateMotion

Source§

impl AsHtmlNode for SvgAnimateTransform

Source§

impl AsHtmlNode for SvgCircle

Source§

impl AsHtmlNode for SvgClipPath

Source§

impl AsHtmlNode for SvgDefs

Source§

impl AsHtmlNode for SvgDesc

Source§

impl AsHtmlNode for SvgDiscard

Source§

impl AsHtmlNode for SvgEllipse

Source§

impl AsHtmlNode for SvgFeBlend

Source§

impl AsHtmlNode for SvgFeColorMatrix

Source§

impl AsHtmlNode for SvgFeComponentTransfer

Source§

impl AsHtmlNode for SvgFeComposite

Source§

impl AsHtmlNode for SvgFeConvolveMatrix

Source§

impl AsHtmlNode for SvgFeDiffuseLighting

Source§

impl AsHtmlNode for SvgFeDisplacementMap

Source§

impl AsHtmlNode for SvgFeDistantLight

Source§

impl AsHtmlNode for SvgFeDropShadow

Source§

impl AsHtmlNode for SvgFeFlood

Source§

impl AsHtmlNode for SvgFeFuncA

Source§

impl AsHtmlNode for SvgFeFuncB

Source§

impl AsHtmlNode for SvgFeFuncG

Source§

impl AsHtmlNode for SvgFeFuncR

Source§

impl AsHtmlNode for SvgFeGaussianBlur

Source§

impl AsHtmlNode for SvgFeImage

Source§

impl AsHtmlNode for SvgFeMerge

Source§

impl AsHtmlNode for SvgFeMergeNode

Source§

impl AsHtmlNode for SvgFeMorphology

Source§

impl AsHtmlNode for SvgFeOffset

Source§

impl AsHtmlNode for SvgFePointLight

Source§

impl AsHtmlNode for SvgFeSpecularLighting

Source§

impl AsHtmlNode for SvgFeSpotLight

Source§

impl AsHtmlNode for SvgFeTile

Source§

impl AsHtmlNode for SvgFeTurbulence

Source§

impl AsHtmlNode for SvgFilter

Source§

impl AsHtmlNode for SvgForeignObject

Source§

impl AsHtmlNode for SvgG

Source§

impl AsHtmlNode for SvgHatch

Source§

impl AsHtmlNode for SvgHatchpath

Source§

impl AsHtmlNode for SvgImage

Source§

impl AsHtmlNode for SvgLine

Source§

impl AsHtmlNode for SvgLinearGradient

Source§

impl AsHtmlNode for SvgMarker

Source§

impl AsHtmlNode for SvgMask

Source§

impl AsHtmlNode for SvgMetadata

Source§

impl AsHtmlNode for SvgMpath

Source§

impl AsHtmlNode for SvgPath

Source§

impl AsHtmlNode for SvgPattern

Source§

impl AsHtmlNode for SvgPolygon

Source§

impl AsHtmlNode for SvgPolyline

Source§

impl AsHtmlNode for SvgRadialGradient

Source§

impl AsHtmlNode for SvgRect

Source§

impl AsHtmlNode for SvgSet

Source§

impl AsHtmlNode for SvgStop

Source§

impl AsHtmlNode for SvgSvg

Source§

impl AsHtmlNode for SvgSvgA

Source§

impl AsHtmlNode for SvgSvgScript

Source§

impl AsHtmlNode for SvgSvgStyle

Source§

impl AsHtmlNode for SvgSvgTitle

Source§

impl AsHtmlNode for SvgSwitch

Source§

impl AsHtmlNode for SvgSymbol

Source§

impl AsHtmlNode for SvgText

Source§

impl AsHtmlNode for SvgTextPath

Source§

impl AsHtmlNode for SvgTspan

Source§

impl AsHtmlNode for SvgUse

Source§

impl AsHtmlNode for SvgView