pub struct HtmlElement<E, At, Ch> { /* private fields */ }
Expand description
The typed representation of an HTML element.
Implementations§
Source§impl<At> HtmlElement<Area, At, ()>where
At: Attribute,
impl<At> HtmlElement<Area, At, ()>where
At: Attribute,
Sourcepub fn alt<V>(
self,
value: V,
) -> HtmlElement<Area, <At as NextAttribute>::Output<Attr<Alt, V>>, ()>
pub fn alt<V>( self, value: V, ) -> HtmlElement<Area, <At as NextAttribute>::Output<Attr<Alt, V>>, ()>
The alt
attribute on <area>
.
Sourcepub fn coords<V>(
self,
value: V,
) -> HtmlElement<Area, <At as NextAttribute>::Output<Attr<Coords, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Coords, V>>: Attribute,
pub fn coords<V>(
self,
value: V,
) -> HtmlElement<Area, <At as NextAttribute>::Output<Attr<Coords, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Coords, V>>: Attribute,
The coords
attribute on <area>
.
Sourcepub fn download<V>(
self,
value: V,
) -> HtmlElement<Area, <At as NextAttribute>::Output<Attr<Download, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Download, V>>: Attribute,
pub fn download<V>(
self,
value: V,
) -> HtmlElement<Area, <At as NextAttribute>::Output<Attr<Download, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Download, V>>: Attribute,
The download
attribute on <area>
.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Area, <At as NextAttribute>::Output<Attr<Href, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Area, <At as NextAttribute>::Output<Attr<Href, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
The href
attribute on <area>
.
Sourcepub fn hreflang<V>(
self,
value: V,
) -> HtmlElement<Area, <At as NextAttribute>::Output<Attr<Hreflang, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Hreflang, V>>: Attribute,
pub fn hreflang<V>(
self,
value: V,
) -> HtmlElement<Area, <At as NextAttribute>::Output<Attr<Hreflang, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Hreflang, V>>: Attribute,
The hreflang
attribute on <area>
.
Sourcepub fn ping<V>(
self,
value: V,
) -> HtmlElement<Area, <At as NextAttribute>::Output<Attr<Ping, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Ping, V>>: Attribute,
pub fn ping<V>(
self,
value: V,
) -> HtmlElement<Area, <At as NextAttribute>::Output<Attr<Ping, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Ping, V>>: Attribute,
The ping
attribute on <area>
.
Sourcepub fn rel<V>(
self,
value: V,
) -> HtmlElement<Area, <At as NextAttribute>::Output<Attr<Rel, V>>, ()>
pub fn rel<V>( self, value: V, ) -> HtmlElement<Area, <At as NextAttribute>::Output<Attr<Rel, V>>, ()>
The rel
attribute on <area>
.
Sourcepub fn shape<V>(
self,
value: V,
) -> HtmlElement<Area, <At as NextAttribute>::Output<Attr<Shape, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Shape, V>>: Attribute,
pub fn shape<V>(
self,
value: V,
) -> HtmlElement<Area, <At as NextAttribute>::Output<Attr<Shape, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Shape, V>>: Attribute,
The shape
attribute on <area>
.
Sourcepub fn target<V>(
self,
value: V,
) -> HtmlElement<Area, <At as NextAttribute>::Output<Attr<Target, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Target, V>>: Attribute,
pub fn target<V>(
self,
value: V,
) -> HtmlElement<Area, <At as NextAttribute>::Output<Attr<Target, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Target, V>>: Attribute,
The target
attribute on <area>
.
Source§impl<At> HtmlElement<Base, At, ()>where
At: Attribute,
impl<At> HtmlElement<Base, At, ()>where
At: Attribute,
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Base, <At as NextAttribute>::Output<Attr<Href, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Base, <At as NextAttribute>::Output<Attr<Href, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
The href
attribute on <base>
.
Sourcepub fn target<V>(
self,
value: V,
) -> HtmlElement<Base, <At as NextAttribute>::Output<Attr<Target, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Target, V>>: Attribute,
pub fn target<V>(
self,
value: V,
) -> HtmlElement<Base, <At as NextAttribute>::Output<Attr<Target, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Target, V>>: Attribute,
The target
attribute on <base>
.
Source§impl<At> HtmlElement<Col, At, ()>where
At: Attribute,
impl<At> HtmlElement<Col, At, ()>where
At: Attribute,
Sourcepub fn span<V>(
self,
value: V,
) -> HtmlElement<Col, <At as NextAttribute>::Output<Attr<Span, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Span, V>>: Attribute,
pub fn span<V>(
self,
value: V,
) -> HtmlElement<Col, <At as NextAttribute>::Output<Attr<Span, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Span, V>>: Attribute,
The span
attribute on <col>
.
Source§impl<At> HtmlElement<Embed, At, ()>where
At: Attribute,
impl<At> HtmlElement<Embed, At, ()>where
At: Attribute,
Sourcepub fn height<V>(
self,
value: V,
) -> HtmlElement<Embed, <At as NextAttribute>::Output<Attr<Height, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Height, V>>: Attribute,
pub fn height<V>(
self,
value: V,
) -> HtmlElement<Embed, <At as NextAttribute>::Output<Attr<Height, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Height, V>>: Attribute,
The height
attribute on <embed>
.
Sourcepub fn src<V>(
self,
value: V,
) -> HtmlElement<Embed, <At as NextAttribute>::Output<Attr<Src, V>>, ()>
pub fn src<V>( self, value: V, ) -> HtmlElement<Embed, <At as NextAttribute>::Output<Attr<Src, V>>, ()>
The src
attribute on <embed>
.
Sourcepub fn type<V>(
self,
value: V,
) -> HtmlElement<Embed, <At as NextAttribute>::Output<Attr<Type, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Type, V>>: Attribute,
pub fn type<V>(
self,
value: V,
) -> HtmlElement<Embed, <At as NextAttribute>::Output<Attr<Type, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Type, V>>: Attribute,
The r#type
attribute on <embed>
.
Sourcepub fn width<V>(
self,
value: V,
) -> HtmlElement<Embed, <At as NextAttribute>::Output<Attr<Width, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Width, V>>: Attribute,
pub fn width<V>(
self,
value: V,
) -> HtmlElement<Embed, <At as NextAttribute>::Output<Attr<Width, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Width, V>>: Attribute,
The width
attribute on <embed>
.
Source§impl<At> HtmlElement<Img, At, ()>where
At: Attribute,
impl<At> HtmlElement<Img, At, ()>where
At: Attribute,
Sourcepub fn alt<V>(
self,
value: V,
) -> HtmlElement<Img, <At as NextAttribute>::Output<Attr<Alt, V>>, ()>
pub fn alt<V>( self, value: V, ) -> HtmlElement<Img, <At as NextAttribute>::Output<Attr<Alt, V>>, ()>
The alt
attribute on <img>
.
Sourcepub fn attributionsrc<V>(
self,
value: V,
) -> HtmlElement<Img, <At as NextAttribute>::Output<Attr<Attributionsrc, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Attributionsrc, V>>: Attribute,
pub fn attributionsrc<V>(
self,
value: V,
) -> HtmlElement<Img, <At as NextAttribute>::Output<Attr<Attributionsrc, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Attributionsrc, V>>: Attribute,
The attributionsrc
attribute on <img>
.
Sourcepub fn crossorigin<V>(
self,
value: V,
) -> HtmlElement<Img, <At as NextAttribute>::Output<Attr<Crossorigin, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Crossorigin, V>>: Attribute,
pub fn crossorigin<V>(
self,
value: V,
) -> HtmlElement<Img, <At as NextAttribute>::Output<Attr<Crossorigin, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Crossorigin, V>>: Attribute,
The crossorigin
attribute on <img>
.
Sourcepub fn decoding<V>(
self,
value: V,
) -> HtmlElement<Img, <At as NextAttribute>::Output<Attr<Decoding, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Decoding, V>>: Attribute,
pub fn decoding<V>(
self,
value: V,
) -> HtmlElement<Img, <At as NextAttribute>::Output<Attr<Decoding, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Decoding, V>>: Attribute,
The decoding
attribute on <img>
.
Sourcepub fn elementtiming<V>(
self,
value: V,
) -> HtmlElement<Img, <At as NextAttribute>::Output<Attr<Elementtiming, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Elementtiming, V>>: Attribute,
pub fn elementtiming<V>(
self,
value: V,
) -> HtmlElement<Img, <At as NextAttribute>::Output<Attr<Elementtiming, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Elementtiming, V>>: Attribute,
The elementtiming
attribute on <img>
.
Sourcepub fn fetchpriority<V>(
self,
value: V,
) -> HtmlElement<Img, <At as NextAttribute>::Output<Attr<Fetchpriority, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Fetchpriority, V>>: Attribute,
pub fn fetchpriority<V>(
self,
value: V,
) -> HtmlElement<Img, <At as NextAttribute>::Output<Attr<Fetchpriority, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Fetchpriority, V>>: Attribute,
The fetchpriority
attribute on <img>
.
Sourcepub fn height<V>(
self,
value: V,
) -> HtmlElement<Img, <At as NextAttribute>::Output<Attr<Height, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Height, V>>: Attribute,
pub fn height<V>(
self,
value: V,
) -> HtmlElement<Img, <At as NextAttribute>::Output<Attr<Height, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Height, V>>: Attribute,
The height
attribute on <img>
.
Sourcepub fn ismap<V>(
self,
value: V,
) -> HtmlElement<Img, <At as NextAttribute>::Output<Attr<Ismap, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Ismap, V>>: Attribute,
pub fn ismap<V>(
self,
value: V,
) -> HtmlElement<Img, <At as NextAttribute>::Output<Attr<Ismap, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Ismap, V>>: Attribute,
The ismap
attribute on <img>
.
Sourcepub fn loading<V>(
self,
value: V,
) -> HtmlElement<Img, <At as NextAttribute>::Output<Attr<Loading, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Loading, V>>: Attribute,
pub fn loading<V>(
self,
value: V,
) -> HtmlElement<Img, <At as NextAttribute>::Output<Attr<Loading, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Loading, V>>: Attribute,
The loading
attribute on <img>
.
Sourcepub fn referrerpolicy<V>(
self,
value: V,
) -> HtmlElement<Img, <At as NextAttribute>::Output<Attr<Referrerpolicy, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Referrerpolicy, V>>: Attribute,
pub fn referrerpolicy<V>(
self,
value: V,
) -> HtmlElement<Img, <At as NextAttribute>::Output<Attr<Referrerpolicy, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Referrerpolicy, V>>: Attribute,
The referrerpolicy
attribute on <img>
.
Sourcepub fn sizes<V>(
self,
value: V,
) -> HtmlElement<Img, <At as NextAttribute>::Output<Attr<Sizes, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Sizes, V>>: Attribute,
pub fn sizes<V>(
self,
value: V,
) -> HtmlElement<Img, <At as NextAttribute>::Output<Attr<Sizes, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Sizes, V>>: Attribute,
The sizes
attribute on <img>
.
Sourcepub fn src<V>(
self,
value: V,
) -> HtmlElement<Img, <At as NextAttribute>::Output<Attr<Src, V>>, ()>
pub fn src<V>( self, value: V, ) -> HtmlElement<Img, <At as NextAttribute>::Output<Attr<Src, V>>, ()>
The src
attribute on <img>
.
Sourcepub fn srcset<V>(
self,
value: V,
) -> HtmlElement<Img, <At as NextAttribute>::Output<Attr<Srcset, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Srcset, V>>: Attribute,
pub fn srcset<V>(
self,
value: V,
) -> HtmlElement<Img, <At as NextAttribute>::Output<Attr<Srcset, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Srcset, V>>: Attribute,
The srcset
attribute on <img>
.
Sourcepub fn usemap<V>(
self,
value: V,
) -> HtmlElement<Img, <At as NextAttribute>::Output<Attr<Usemap, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Usemap, V>>: Attribute,
pub fn usemap<V>(
self,
value: V,
) -> HtmlElement<Img, <At as NextAttribute>::Output<Attr<Usemap, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Usemap, V>>: Attribute,
The usemap
attribute on <img>
.
Sourcepub fn width<V>(
self,
value: V,
) -> HtmlElement<Img, <At as NextAttribute>::Output<Attr<Width, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Width, V>>: Attribute,
pub fn width<V>(
self,
value: V,
) -> HtmlElement<Img, <At as NextAttribute>::Output<Attr<Width, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Width, V>>: Attribute,
The width
attribute on <img>
.
Source§impl<At> HtmlElement<Input, At, ()>where
At: Attribute,
impl<At> HtmlElement<Input, At, ()>where
At: Attribute,
Sourcepub fn accept<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Accept, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Accept, V>>: Attribute,
pub fn accept<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Accept, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Accept, V>>: Attribute,
The accept
attribute on <input>
.
Sourcepub fn alt<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Alt, V>>, ()>
pub fn alt<V>( self, value: V, ) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Alt, V>>, ()>
The alt
attribute on <input>
.
Sourcepub fn autocomplete<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Autocomplete, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Autocomplete, V>>: Attribute,
pub fn autocomplete<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Autocomplete, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Autocomplete, V>>: Attribute,
The autocomplete
attribute on <input>
.
Sourcepub fn capture<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Capture, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Capture, V>>: Attribute,
pub fn capture<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Capture, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Capture, V>>: Attribute,
The capture
attribute on <input>
.
Sourcepub fn checked<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Checked, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Checked, V>>: Attribute,
pub fn checked<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Checked, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Checked, V>>: Attribute,
The checked
attribute on <input>
.
Sourcepub fn disabled<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Disabled, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Disabled, V>>: Attribute,
pub fn disabled<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Disabled, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Disabled, V>>: Attribute,
The disabled
attribute on <input>
.
Sourcepub fn form<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Form, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Form, V>>: Attribute,
pub fn form<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Form, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Form, V>>: Attribute,
The form
attribute on <input>
.
Sourcepub fn formaction<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Formaction, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Formaction, V>>: Attribute,
pub fn formaction<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Formaction, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Formaction, V>>: Attribute,
The formaction
attribute on <input>
.
Sourcepub fn formenctype<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Formenctype, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Formenctype, V>>: Attribute,
pub fn formenctype<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Formenctype, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Formenctype, V>>: Attribute,
The formenctype
attribute on <input>
.
Sourcepub fn formmethod<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Formmethod, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Formmethod, V>>: Attribute,
pub fn formmethod<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Formmethod, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Formmethod, V>>: Attribute,
The formmethod
attribute on <input>
.
Sourcepub fn formnovalidate<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Formnovalidate, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Formnovalidate, V>>: Attribute,
pub fn formnovalidate<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Formnovalidate, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Formnovalidate, V>>: Attribute,
The formnovalidate
attribute on <input>
.
Sourcepub fn formtarget<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Formtarget, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Formtarget, V>>: Attribute,
pub fn formtarget<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Formtarget, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Formtarget, V>>: Attribute,
The formtarget
attribute on <input>
.
Sourcepub fn height<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Height, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Height, V>>: Attribute,
pub fn height<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Height, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Height, V>>: Attribute,
The height
attribute on <input>
.
Sourcepub fn list<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<List, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<List, V>>: Attribute,
pub fn list<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<List, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<List, V>>: Attribute,
The list
attribute on <input>
.
Sourcepub fn max<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Max, V>>, ()>
pub fn max<V>( self, value: V, ) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Max, V>>, ()>
The max
attribute on <input>
.
Sourcepub fn maxlength<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Maxlength, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Maxlength, V>>: Attribute,
pub fn maxlength<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Maxlength, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Maxlength, V>>: Attribute,
The maxlength
attribute on <input>
.
Sourcepub fn min<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Min, V>>, ()>
pub fn min<V>( self, value: V, ) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Min, V>>, ()>
The min
attribute on <input>
.
Sourcepub fn minlength<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Minlength, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Minlength, V>>: Attribute,
pub fn minlength<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Minlength, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Minlength, V>>: Attribute,
The minlength
attribute on <input>
.
Sourcepub fn multiple<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Multiple, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Multiple, V>>: Attribute,
pub fn multiple<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Multiple, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Multiple, V>>: Attribute,
The multiple
attribute on <input>
.
Sourcepub fn name<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Name, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Name, V>>: Attribute,
pub fn name<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Name, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Name, V>>: Attribute,
The name
attribute on <input>
.
Sourcepub fn pattern<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Pattern, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Pattern, V>>: Attribute,
pub fn pattern<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Pattern, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Pattern, V>>: Attribute,
The pattern
attribute on <input>
.
Sourcepub fn placeholder<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Placeholder, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Placeholder, V>>: Attribute,
pub fn placeholder<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Placeholder, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Placeholder, V>>: Attribute,
The placeholder
attribute on <input>
.
Sourcepub fn popovertarget<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Popovertarget, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Popovertarget, V>>: Attribute,
pub fn popovertarget<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Popovertarget, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Popovertarget, V>>: Attribute,
The popovertarget
attribute on <input>
.
Sourcepub fn popovertargetaction<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Popovertargetaction, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Popovertargetaction, V>>: Attribute,
pub fn popovertargetaction<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Popovertargetaction, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Popovertargetaction, V>>: Attribute,
The popovertargetaction
attribute on <input>
.
Sourcepub fn readonly<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Readonly, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Readonly, V>>: Attribute,
pub fn readonly<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Readonly, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Readonly, V>>: Attribute,
The readonly
attribute on <input>
.
Sourcepub fn required<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Required, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Required, V>>: Attribute,
pub fn required<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Required, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Required, V>>: Attribute,
The required
attribute on <input>
.
Sourcepub fn size<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Size, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Size, V>>: Attribute,
pub fn size<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Size, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Size, V>>: Attribute,
The size
attribute on <input>
.
Sourcepub fn src<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Src, V>>, ()>
pub fn src<V>( self, value: V, ) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Src, V>>, ()>
The src
attribute on <input>
.
Sourcepub fn step<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Step, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Step, V>>: Attribute,
pub fn step<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Step, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Step, V>>: Attribute,
The step
attribute on <input>
.
Sourcepub fn type<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Type, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Type, V>>: Attribute,
pub fn type<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Type, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Type, V>>: Attribute,
The r#type
attribute on <input>
.
Sourcepub fn value<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Value, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Value, V>>: Attribute,
pub fn value<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Value, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Value, V>>: Attribute,
The value
attribute on <input>
.
Sourcepub fn width<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Width, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Width, V>>: Attribute,
pub fn width<V>(
self,
value: V,
) -> HtmlElement<Input, <At as NextAttribute>::Output<Attr<Width, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Width, V>>: Attribute,
The width
attribute on <input>
.
Source§impl<At> HtmlElement<Link, At, ()>where
At: Attribute,
impl<At> HtmlElement<Link, At, ()>where
At: Attribute,
Sourcepub fn as<V>(
self,
value: V,
) -> HtmlElement<Link, <At as NextAttribute>::Output<Attr<As, V>>, ()>
pub fn as<V>( self, value: V, ) -> HtmlElement<Link, <At as NextAttribute>::Output<Attr<As, V>>, ()>
The r#as
attribute on <link>
.
Sourcepub fn blocking<V>(
self,
value: V,
) -> HtmlElement<Link, <At as NextAttribute>::Output<Attr<Blocking, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Blocking, V>>: Attribute,
pub fn blocking<V>(
self,
value: V,
) -> HtmlElement<Link, <At as NextAttribute>::Output<Attr<Blocking, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Blocking, V>>: Attribute,
The blocking
attribute on <link>
.
Sourcepub fn crossorigin<V>(
self,
value: V,
) -> HtmlElement<Link, <At as NextAttribute>::Output<Attr<Crossorigin, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Crossorigin, V>>: Attribute,
pub fn crossorigin<V>(
self,
value: V,
) -> HtmlElement<Link, <At as NextAttribute>::Output<Attr<Crossorigin, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Crossorigin, V>>: Attribute,
The crossorigin
attribute on <link>
.
Sourcepub fn fetchpriority<V>(
self,
value: V,
) -> HtmlElement<Link, <At as NextAttribute>::Output<Attr<Fetchpriority, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Fetchpriority, V>>: Attribute,
pub fn fetchpriority<V>(
self,
value: V,
) -> HtmlElement<Link, <At as NextAttribute>::Output<Attr<Fetchpriority, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Fetchpriority, V>>: Attribute,
The fetchpriority
attribute on <link>
.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Link, <At as NextAttribute>::Output<Attr<Href, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Link, <At as NextAttribute>::Output<Attr<Href, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
The href
attribute on <link>
.
Sourcepub fn hreflang<V>(
self,
value: V,
) -> HtmlElement<Link, <At as NextAttribute>::Output<Attr<Hreflang, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Hreflang, V>>: Attribute,
pub fn hreflang<V>(
self,
value: V,
) -> HtmlElement<Link, <At as NextAttribute>::Output<Attr<Hreflang, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Hreflang, V>>: Attribute,
The hreflang
attribute on <link>
.
Sourcepub fn imagesizes<V>(
self,
value: V,
) -> HtmlElement<Link, <At as NextAttribute>::Output<Attr<Imagesizes, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Imagesizes, V>>: Attribute,
pub fn imagesizes<V>(
self,
value: V,
) -> HtmlElement<Link, <At as NextAttribute>::Output<Attr<Imagesizes, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Imagesizes, V>>: Attribute,
The imagesizes
attribute on <link>
.
Sourcepub fn imagesrcset<V>(
self,
value: V,
) -> HtmlElement<Link, <At as NextAttribute>::Output<Attr<Imagesrcset, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Imagesrcset, V>>: Attribute,
pub fn imagesrcset<V>(
self,
value: V,
) -> HtmlElement<Link, <At as NextAttribute>::Output<Attr<Imagesrcset, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Imagesrcset, V>>: Attribute,
The imagesrcset
attribute on <link>
.
Sourcepub fn integrity<V>(
self,
value: V,
) -> HtmlElement<Link, <At as NextAttribute>::Output<Attr<Integrity, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Integrity, V>>: Attribute,
pub fn integrity<V>(
self,
value: V,
) -> HtmlElement<Link, <At as NextAttribute>::Output<Attr<Integrity, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Integrity, V>>: Attribute,
The integrity
attribute on <link>
.
Sourcepub fn media<V>(
self,
value: V,
) -> HtmlElement<Link, <At as NextAttribute>::Output<Attr<Media, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Media, V>>: Attribute,
pub fn media<V>(
self,
value: V,
) -> HtmlElement<Link, <At as NextAttribute>::Output<Attr<Media, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Media, V>>: Attribute,
The media
attribute on <link>
.
Sourcepub fn rel<V>(
self,
value: V,
) -> HtmlElement<Link, <At as NextAttribute>::Output<Attr<Rel, V>>, ()>
pub fn rel<V>( self, value: V, ) -> HtmlElement<Link, <At as NextAttribute>::Output<Attr<Rel, V>>, ()>
The rel
attribute on <link>
.
Sourcepub fn referrerpolicy<V>(
self,
value: V,
) -> HtmlElement<Link, <At as NextAttribute>::Output<Attr<Referrerpolicy, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Referrerpolicy, V>>: Attribute,
pub fn referrerpolicy<V>(
self,
value: V,
) -> HtmlElement<Link, <At as NextAttribute>::Output<Attr<Referrerpolicy, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Referrerpolicy, V>>: Attribute,
The referrerpolicy
attribute on <link>
.
Sourcepub fn sizes<V>(
self,
value: V,
) -> HtmlElement<Link, <At as NextAttribute>::Output<Attr<Sizes, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Sizes, V>>: Attribute,
pub fn sizes<V>(
self,
value: V,
) -> HtmlElement<Link, <At as NextAttribute>::Output<Attr<Sizes, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Sizes, V>>: Attribute,
The sizes
attribute on <link>
.
Sourcepub fn type<V>(
self,
value: V,
) -> HtmlElement<Link, <At as NextAttribute>::Output<Attr<Type, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Type, V>>: Attribute,
pub fn type<V>(
self,
value: V,
) -> HtmlElement<Link, <At as NextAttribute>::Output<Attr<Type, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Type, V>>: Attribute,
The r#type
attribute on <link>
.
Source§impl<At> HtmlElement<Meta, At, ()>where
At: Attribute,
impl<At> HtmlElement<Meta, At, ()>where
At: Attribute,
Sourcepub fn charset<V>(
self,
value: V,
) -> HtmlElement<Meta, <At as NextAttribute>::Output<Attr<Charset, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Charset, V>>: Attribute,
pub fn charset<V>(
self,
value: V,
) -> HtmlElement<Meta, <At as NextAttribute>::Output<Attr<Charset, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Charset, V>>: Attribute,
The charset
attribute on <meta>
.
Sourcepub fn content<V>(
self,
value: V,
) -> HtmlElement<Meta, <At as NextAttribute>::Output<Attr<Content, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Content, V>>: Attribute,
pub fn content<V>(
self,
value: V,
) -> HtmlElement<Meta, <At as NextAttribute>::Output<Attr<Content, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Content, V>>: Attribute,
The content
attribute on <meta>
.
Sourcepub fn http_equiv<V>(
self,
value: V,
) -> HtmlElement<Meta, <At as NextAttribute>::Output<Attr<HttpEquiv, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<HttpEquiv, V>>: Attribute,
pub fn http_equiv<V>(
self,
value: V,
) -> HtmlElement<Meta, <At as NextAttribute>::Output<Attr<HttpEquiv, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<HttpEquiv, V>>: Attribute,
The http_equiv
attribute on <meta>
.
Sourcepub fn name<V>(
self,
value: V,
) -> HtmlElement<Meta, <At as NextAttribute>::Output<Attr<Name, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Name, V>>: Attribute,
pub fn name<V>(
self,
value: V,
) -> HtmlElement<Meta, <At as NextAttribute>::Output<Attr<Name, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Name, V>>: Attribute,
The name
attribute on <meta>
.
Source§impl<At> HtmlElement<Source, At, ()>where
At: Attribute,
impl<At> HtmlElement<Source, At, ()>where
At: Attribute,
Sourcepub fn src<V>(
self,
value: V,
) -> HtmlElement<Source, <At as NextAttribute>::Output<Attr<Src, V>>, ()>
pub fn src<V>( self, value: V, ) -> HtmlElement<Source, <At as NextAttribute>::Output<Attr<Src, V>>, ()>
The src
attribute on <source>
.
Sourcepub fn type<V>(
self,
value: V,
) -> HtmlElement<Source, <At as NextAttribute>::Output<Attr<Type, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Type, V>>: Attribute,
pub fn type<V>(
self,
value: V,
) -> HtmlElement<Source, <At as NextAttribute>::Output<Attr<Type, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Type, V>>: Attribute,
The r#type
attribute on <source>
.
Sourcepub fn srcset<V>(
self,
value: V,
) -> HtmlElement<Source, <At as NextAttribute>::Output<Attr<Srcset, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Srcset, V>>: Attribute,
pub fn srcset<V>(
self,
value: V,
) -> HtmlElement<Source, <At as NextAttribute>::Output<Attr<Srcset, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Srcset, V>>: Attribute,
The srcset
attribute on <source>
.
Sourcepub fn sizes<V>(
self,
value: V,
) -> HtmlElement<Source, <At as NextAttribute>::Output<Attr<Sizes, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Sizes, V>>: Attribute,
pub fn sizes<V>(
self,
value: V,
) -> HtmlElement<Source, <At as NextAttribute>::Output<Attr<Sizes, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Sizes, V>>: Attribute,
The sizes
attribute on <source>
.
Sourcepub fn media<V>(
self,
value: V,
) -> HtmlElement<Source, <At as NextAttribute>::Output<Attr<Media, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Media, V>>: Attribute,
pub fn media<V>(
self,
value: V,
) -> HtmlElement<Source, <At as NextAttribute>::Output<Attr<Media, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Media, V>>: Attribute,
The media
attribute on <source>
.
Sourcepub fn height<V>(
self,
value: V,
) -> HtmlElement<Source, <At as NextAttribute>::Output<Attr<Height, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Height, V>>: Attribute,
pub fn height<V>(
self,
value: V,
) -> HtmlElement<Source, <At as NextAttribute>::Output<Attr<Height, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Height, V>>: Attribute,
The height
attribute on <source>
.
Sourcepub fn width<V>(
self,
value: V,
) -> HtmlElement<Source, <At as NextAttribute>::Output<Attr<Width, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Width, V>>: Attribute,
pub fn width<V>(
self,
value: V,
) -> HtmlElement<Source, <At as NextAttribute>::Output<Attr<Width, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Width, V>>: Attribute,
The width
attribute on <source>
.
Source§impl<At> HtmlElement<Track, At, ()>where
At: Attribute,
impl<At> HtmlElement<Track, At, ()>where
At: Attribute,
Sourcepub fn default<V>(
self,
value: V,
) -> HtmlElement<Track, <At as NextAttribute>::Output<Attr<Default, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Default, V>>: Attribute,
pub fn default<V>(
self,
value: V,
) -> HtmlElement<Track, <At as NextAttribute>::Output<Attr<Default, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Default, V>>: Attribute,
The default
attribute on <track>
.
Sourcepub fn kind<V>(
self,
value: V,
) -> HtmlElement<Track, <At as NextAttribute>::Output<Attr<Kind, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Kind, V>>: Attribute,
pub fn kind<V>(
self,
value: V,
) -> HtmlElement<Track, <At as NextAttribute>::Output<Attr<Kind, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Kind, V>>: Attribute,
The kind
attribute on <track>
.
Sourcepub fn label<V>(
self,
value: V,
) -> HtmlElement<Track, <At as NextAttribute>::Output<Attr<Label, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Label, V>>: Attribute,
pub fn label<V>(
self,
value: V,
) -> HtmlElement<Track, <At as NextAttribute>::Output<Attr<Label, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Label, V>>: Attribute,
The label
attribute on <track>
.
Sourcepub fn src<V>(
self,
value: V,
) -> HtmlElement<Track, <At as NextAttribute>::Output<Attr<Src, V>>, ()>
pub fn src<V>( self, value: V, ) -> HtmlElement<Track, <At as NextAttribute>::Output<Attr<Src, V>>, ()>
The src
attribute on <track>
.
Sourcepub fn srclang<V>(
self,
value: V,
) -> HtmlElement<Track, <At as NextAttribute>::Output<Attr<Srclang, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Srclang, V>>: Attribute,
pub fn srclang<V>(
self,
value: V,
) -> HtmlElement<Track, <At as NextAttribute>::Output<Attr<Srclang, V>>, ()>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Srclang, V>>: Attribute,
The srclang
attribute on <track>
.
Source§impl<At, Ch> HtmlElement<A, At, Ch>
impl<At, Ch> HtmlElement<A, At, Ch>
Sourcepub fn download<V>(
self,
value: V,
) -> HtmlElement<A, <At as NextAttribute>::Output<Attr<Download, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Download, V>>: Attribute,
pub fn download<V>(
self,
value: V,
) -> HtmlElement<A, <At as NextAttribute>::Output<Attr<Download, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Download, V>>: Attribute,
The download
attribute on <a>
.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<A, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<A, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
The href
attribute on <a>
.
Sourcepub fn hreflang<V>(
self,
value: V,
) -> HtmlElement<A, <At as NextAttribute>::Output<Attr<Hreflang, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Hreflang, V>>: Attribute,
pub fn hreflang<V>(
self,
value: V,
) -> HtmlElement<A, <At as NextAttribute>::Output<Attr<Hreflang, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Hreflang, V>>: Attribute,
The hreflang
attribute on <a>
.
Sourcepub fn ping<V>(
self,
value: V,
) -> HtmlElement<A, <At as NextAttribute>::Output<Attr<Ping, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Ping, V>>: Attribute,
pub fn ping<V>(
self,
value: V,
) -> HtmlElement<A, <At as NextAttribute>::Output<Attr<Ping, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Ping, V>>: Attribute,
The ping
attribute on <a>
.
Sourcepub fn rel<V>(
self,
value: V,
) -> HtmlElement<A, <At as NextAttribute>::Output<Attr<Rel, V>>, Ch>
pub fn rel<V>( self, value: V, ) -> HtmlElement<A, <At as NextAttribute>::Output<Attr<Rel, V>>, Ch>
The rel
attribute on <a>
.
Sourcepub fn target<V>(
self,
value: V,
) -> HtmlElement<A, <At as NextAttribute>::Output<Attr<Target, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Target, V>>: Attribute,
pub fn target<V>(
self,
value: V,
) -> HtmlElement<A, <At as NextAttribute>::Output<Attr<Target, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Target, V>>: Attribute,
The target
attribute on <a>
.
Sourcepub fn type<V>(
self,
value: V,
) -> HtmlElement<A, <At as NextAttribute>::Output<Attr<Type, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Type, V>>: Attribute,
pub fn type<V>(
self,
value: V,
) -> HtmlElement<A, <At as NextAttribute>::Output<Attr<Type, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Type, V>>: Attribute,
The r#type
attribute on <a>
.
Source§impl<At, Ch> HtmlElement<Audio, At, Ch>
impl<At, Ch> HtmlElement<Audio, At, Ch>
Sourcepub fn autoplay<V>(
self,
value: V,
) -> HtmlElement<Audio, <At as NextAttribute>::Output<Attr<Autoplay, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Autoplay, V>>: Attribute,
pub fn autoplay<V>(
self,
value: V,
) -> HtmlElement<Audio, <At as NextAttribute>::Output<Attr<Autoplay, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Autoplay, V>>: Attribute,
The autoplay
attribute on <audio>
.
Sourcepub fn controls<V>(
self,
value: V,
) -> HtmlElement<Audio, <At as NextAttribute>::Output<Attr<Controls, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Controls, V>>: Attribute,
pub fn controls<V>(
self,
value: V,
) -> HtmlElement<Audio, <At as NextAttribute>::Output<Attr<Controls, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Controls, V>>: Attribute,
The controls
attribute on <audio>
.
Sourcepub fn crossorigin<V>(
self,
value: V,
) -> HtmlElement<Audio, <At as NextAttribute>::Output<Attr<Crossorigin, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Crossorigin, V>>: Attribute,
pub fn crossorigin<V>(
self,
value: V,
) -> HtmlElement<Audio, <At as NextAttribute>::Output<Attr<Crossorigin, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Crossorigin, V>>: Attribute,
The crossorigin
attribute on <audio>
.
Sourcepub fn loop<V>(
self,
value: V,
) -> HtmlElement<Audio, <At as NextAttribute>::Output<Attr<Loop, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Loop, V>>: Attribute,
pub fn loop<V>(
self,
value: V,
) -> HtmlElement<Audio, <At as NextAttribute>::Output<Attr<Loop, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Loop, V>>: Attribute,
The r#loop
attribute on <audio>
.
Sourcepub fn muted<V>(
self,
value: V,
) -> HtmlElement<Audio, <At as NextAttribute>::Output<Attr<Muted, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Muted, V>>: Attribute,
pub fn muted<V>(
self,
value: V,
) -> HtmlElement<Audio, <At as NextAttribute>::Output<Attr<Muted, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Muted, V>>: Attribute,
The muted
attribute on <audio>
.
Sourcepub fn preload<V>(
self,
value: V,
) -> HtmlElement<Audio, <At as NextAttribute>::Output<Attr<Preload, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Preload, V>>: Attribute,
pub fn preload<V>(
self,
value: V,
) -> HtmlElement<Audio, <At as NextAttribute>::Output<Attr<Preload, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Preload, V>>: Attribute,
The preload
attribute on <audio>
.
Sourcepub fn src<V>(
self,
value: V,
) -> HtmlElement<Audio, <At as NextAttribute>::Output<Attr<Src, V>>, Ch>
pub fn src<V>( self, value: V, ) -> HtmlElement<Audio, <At as NextAttribute>::Output<Attr<Src, V>>, Ch>
The src
attribute on <audio>
.
Source§impl<At, Ch> HtmlElement<Blockquote, At, Ch>
impl<At, Ch> HtmlElement<Blockquote, At, Ch>
Sourcepub fn cite<V>(
self,
value: V,
) -> HtmlElement<Blockquote, <At as NextAttribute>::Output<Attr<Cite, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Cite, V>>: Attribute,
pub fn cite<V>(
self,
value: V,
) -> HtmlElement<Blockquote, <At as NextAttribute>::Output<Attr<Cite, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Cite, V>>: Attribute,
The cite
attribute on <blockquote>
.
Source§impl<At, Ch> HtmlElement<Button, At, Ch>
impl<At, Ch> HtmlElement<Button, At, Ch>
Sourcepub fn disabled<V>(
self,
value: V,
) -> HtmlElement<Button, <At as NextAttribute>::Output<Attr<Disabled, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Disabled, V>>: Attribute,
pub fn disabled<V>(
self,
value: V,
) -> HtmlElement<Button, <At as NextAttribute>::Output<Attr<Disabled, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Disabled, V>>: Attribute,
The disabled
attribute on <button>
.
Sourcepub fn form<V>(
self,
value: V,
) -> HtmlElement<Button, <At as NextAttribute>::Output<Attr<Form, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Form, V>>: Attribute,
pub fn form<V>(
self,
value: V,
) -> HtmlElement<Button, <At as NextAttribute>::Output<Attr<Form, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Form, V>>: Attribute,
The form
attribute on <button>
.
Sourcepub fn formaction<V>(
self,
value: V,
) -> HtmlElement<Button, <At as NextAttribute>::Output<Attr<Formaction, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Formaction, V>>: Attribute,
pub fn formaction<V>(
self,
value: V,
) -> HtmlElement<Button, <At as NextAttribute>::Output<Attr<Formaction, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Formaction, V>>: Attribute,
The formaction
attribute on <button>
.
Sourcepub fn formenctype<V>(
self,
value: V,
) -> HtmlElement<Button, <At as NextAttribute>::Output<Attr<Formenctype, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Formenctype, V>>: Attribute,
pub fn formenctype<V>(
self,
value: V,
) -> HtmlElement<Button, <At as NextAttribute>::Output<Attr<Formenctype, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Formenctype, V>>: Attribute,
The formenctype
attribute on <button>
.
Sourcepub fn formmethod<V>(
self,
value: V,
) -> HtmlElement<Button, <At as NextAttribute>::Output<Attr<Formmethod, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Formmethod, V>>: Attribute,
pub fn formmethod<V>(
self,
value: V,
) -> HtmlElement<Button, <At as NextAttribute>::Output<Attr<Formmethod, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Formmethod, V>>: Attribute,
The formmethod
attribute on <button>
.
Sourcepub fn formnovalidate<V>(
self,
value: V,
) -> HtmlElement<Button, <At as NextAttribute>::Output<Attr<Formnovalidate, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Formnovalidate, V>>: Attribute,
pub fn formnovalidate<V>(
self,
value: V,
) -> HtmlElement<Button, <At as NextAttribute>::Output<Attr<Formnovalidate, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Formnovalidate, V>>: Attribute,
The formnovalidate
attribute on <button>
.
Sourcepub fn formtarget<V>(
self,
value: V,
) -> HtmlElement<Button, <At as NextAttribute>::Output<Attr<Formtarget, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Formtarget, V>>: Attribute,
pub fn formtarget<V>(
self,
value: V,
) -> HtmlElement<Button, <At as NextAttribute>::Output<Attr<Formtarget, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Formtarget, V>>: Attribute,
The formtarget
attribute on <button>
.
Sourcepub fn name<V>(
self,
value: V,
) -> HtmlElement<Button, <At as NextAttribute>::Output<Attr<Name, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Name, V>>: Attribute,
pub fn name<V>(
self,
value: V,
) -> HtmlElement<Button, <At as NextAttribute>::Output<Attr<Name, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Name, V>>: Attribute,
The name
attribute on <button>
.
Sourcepub fn type<V>(
self,
value: V,
) -> HtmlElement<Button, <At as NextAttribute>::Output<Attr<Type, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Type, V>>: Attribute,
pub fn type<V>(
self,
value: V,
) -> HtmlElement<Button, <At as NextAttribute>::Output<Attr<Type, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Type, V>>: Attribute,
The r#type
attribute on <button>
.
Sourcepub fn value<V>(
self,
value: V,
) -> HtmlElement<Button, <At as NextAttribute>::Output<Attr<Value, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Value, V>>: Attribute,
pub fn value<V>(
self,
value: V,
) -> HtmlElement<Button, <At as NextAttribute>::Output<Attr<Value, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Value, V>>: Attribute,
The value
attribute on <button>
.
Sourcepub fn popovertarget<V>(
self,
value: V,
) -> HtmlElement<Button, <At as NextAttribute>::Output<Attr<Popovertarget, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Popovertarget, V>>: Attribute,
pub fn popovertarget<V>(
self,
value: V,
) -> HtmlElement<Button, <At as NextAttribute>::Output<Attr<Popovertarget, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Popovertarget, V>>: Attribute,
The popovertarget
attribute on <button>
.
Sourcepub fn popovertargetaction<V>(
self,
value: V,
) -> HtmlElement<Button, <At as NextAttribute>::Output<Attr<Popovertargetaction, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Popovertargetaction, V>>: Attribute,
pub fn popovertargetaction<V>(
self,
value: V,
) -> HtmlElement<Button, <At as NextAttribute>::Output<Attr<Popovertargetaction, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Popovertargetaction, V>>: Attribute,
The popovertargetaction
attribute on <button>
.
Source§impl<At, Ch> HtmlElement<Canvas, At, Ch>
impl<At, Ch> HtmlElement<Canvas, At, Ch>
Sourcepub fn height<V>(
self,
value: V,
) -> HtmlElement<Canvas, <At as NextAttribute>::Output<Attr<Height, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Height, V>>: Attribute,
pub fn height<V>(
self,
value: V,
) -> HtmlElement<Canvas, <At as NextAttribute>::Output<Attr<Height, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Height, V>>: Attribute,
The height
attribute on <canvas>
.
Sourcepub fn width<V>(
self,
value: V,
) -> HtmlElement<Canvas, <At as NextAttribute>::Output<Attr<Width, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Width, V>>: Attribute,
pub fn width<V>(
self,
value: V,
) -> HtmlElement<Canvas, <At as NextAttribute>::Output<Attr<Width, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Width, V>>: Attribute,
The width
attribute on <canvas>
.
Source§impl<At, Ch> HtmlElement<Colgroup, At, Ch>
impl<At, Ch> HtmlElement<Colgroup, At, Ch>
Sourcepub fn span<V>(
self,
value: V,
) -> HtmlElement<Colgroup, <At as NextAttribute>::Output<Attr<Span, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Span, V>>: Attribute,
pub fn span<V>(
self,
value: V,
) -> HtmlElement<Colgroup, <At as NextAttribute>::Output<Attr<Span, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Span, V>>: Attribute,
The span
attribute on <colgroup>
.
Source§impl<At, Ch> HtmlElement<Data, At, Ch>
impl<At, Ch> HtmlElement<Data, At, Ch>
Sourcepub fn value<V>(
self,
value: V,
) -> HtmlElement<Data, <At as NextAttribute>::Output<Attr<Value, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Value, V>>: Attribute,
pub fn value<V>(
self,
value: V,
) -> HtmlElement<Data, <At as NextAttribute>::Output<Attr<Value, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Value, V>>: Attribute,
The value
attribute on <data>
.
Source§impl<At, Ch> HtmlElement<Del, At, Ch>
impl<At, Ch> HtmlElement<Del, At, Ch>
Sourcepub fn cite<V>(
self,
value: V,
) -> HtmlElement<Del, <At as NextAttribute>::Output<Attr<Cite, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Cite, V>>: Attribute,
pub fn cite<V>(
self,
value: V,
) -> HtmlElement<Del, <At as NextAttribute>::Output<Attr<Cite, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Cite, V>>: Attribute,
The cite
attribute on <del>
.
Sourcepub fn datetime<V>(
self,
value: V,
) -> HtmlElement<Del, <At as NextAttribute>::Output<Attr<Datetime, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Datetime, V>>: Attribute,
pub fn datetime<V>(
self,
value: V,
) -> HtmlElement<Del, <At as NextAttribute>::Output<Attr<Datetime, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Datetime, V>>: Attribute,
The datetime
attribute on <del>
.
Source§impl<At, Ch> HtmlElement<Details, At, Ch>
impl<At, Ch> HtmlElement<Details, At, Ch>
Sourcepub fn open<V>(
self,
value: V,
) -> HtmlElement<Details, <At as NextAttribute>::Output<Attr<Open, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Open, V>>: Attribute,
pub fn open<V>(
self,
value: V,
) -> HtmlElement<Details, <At as NextAttribute>::Output<Attr<Open, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Open, V>>: Attribute,
The open
attribute on <details>
.
Source§impl<At, Ch> HtmlElement<Dialog, At, Ch>
impl<At, Ch> HtmlElement<Dialog, At, Ch>
Sourcepub fn open<V>(
self,
value: V,
) -> HtmlElement<Dialog, <At as NextAttribute>::Output<Attr<Open, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Open, V>>: Attribute,
pub fn open<V>(
self,
value: V,
) -> HtmlElement<Dialog, <At as NextAttribute>::Output<Attr<Open, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Open, V>>: Attribute,
The open
attribute on <dialog>
.
Source§impl<At, Ch> HtmlElement<Fieldset, At, Ch>
impl<At, Ch> HtmlElement<Fieldset, At, Ch>
Sourcepub fn disabled<V>(
self,
value: V,
) -> HtmlElement<Fieldset, <At as NextAttribute>::Output<Attr<Disabled, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Disabled, V>>: Attribute,
pub fn disabled<V>(
self,
value: V,
) -> HtmlElement<Fieldset, <At as NextAttribute>::Output<Attr<Disabled, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Disabled, V>>: Attribute,
The disabled
attribute on <fieldset>
.
Sourcepub fn form<V>(
self,
value: V,
) -> HtmlElement<Fieldset, <At as NextAttribute>::Output<Attr<Form, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Form, V>>: Attribute,
pub fn form<V>(
self,
value: V,
) -> HtmlElement<Fieldset, <At as NextAttribute>::Output<Attr<Form, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Form, V>>: Attribute,
The form
attribute on <fieldset>
.
Sourcepub fn name<V>(
self,
value: V,
) -> HtmlElement<Fieldset, <At as NextAttribute>::Output<Attr<Name, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Name, V>>: Attribute,
pub fn name<V>(
self,
value: V,
) -> HtmlElement<Fieldset, <At as NextAttribute>::Output<Attr<Name, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Name, V>>: Attribute,
The name
attribute on <fieldset>
.
Source§impl<At, Ch> HtmlElement<Form, At, Ch>
impl<At, Ch> HtmlElement<Form, At, Ch>
Sourcepub fn accept_charset<V>(
self,
value: V,
) -> HtmlElement<Form, <At as NextAttribute>::Output<Attr<AcceptCharset, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<AcceptCharset, V>>: Attribute,
pub fn accept_charset<V>(
self,
value: V,
) -> HtmlElement<Form, <At as NextAttribute>::Output<Attr<AcceptCharset, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<AcceptCharset, V>>: Attribute,
The accept_charset
attribute on <form>
.
Sourcepub fn action<V>(
self,
value: V,
) -> HtmlElement<Form, <At as NextAttribute>::Output<Attr<Action, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Action, V>>: Attribute,
pub fn action<V>(
self,
value: V,
) -> HtmlElement<Form, <At as NextAttribute>::Output<Attr<Action, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Action, V>>: Attribute,
The action
attribute on <form>
.
Sourcepub fn autocomplete<V>(
self,
value: V,
) -> HtmlElement<Form, <At as NextAttribute>::Output<Attr<Autocomplete, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Autocomplete, V>>: Attribute,
pub fn autocomplete<V>(
self,
value: V,
) -> HtmlElement<Form, <At as NextAttribute>::Output<Attr<Autocomplete, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Autocomplete, V>>: Attribute,
The autocomplete
attribute on <form>
.
Sourcepub fn enctype<V>(
self,
value: V,
) -> HtmlElement<Form, <At as NextAttribute>::Output<Attr<Enctype, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Enctype, V>>: Attribute,
pub fn enctype<V>(
self,
value: V,
) -> HtmlElement<Form, <At as NextAttribute>::Output<Attr<Enctype, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Enctype, V>>: Attribute,
The enctype
attribute on <form>
.
Sourcepub fn method<V>(
self,
value: V,
) -> HtmlElement<Form, <At as NextAttribute>::Output<Attr<Method, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Method, V>>: Attribute,
pub fn method<V>(
self,
value: V,
) -> HtmlElement<Form, <At as NextAttribute>::Output<Attr<Method, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Method, V>>: Attribute,
The method
attribute on <form>
.
Sourcepub fn name<V>(
self,
value: V,
) -> HtmlElement<Form, <At as NextAttribute>::Output<Attr<Name, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Name, V>>: Attribute,
pub fn name<V>(
self,
value: V,
) -> HtmlElement<Form, <At as NextAttribute>::Output<Attr<Name, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Name, V>>: Attribute,
The name
attribute on <form>
.
Sourcepub fn novalidate<V>(
self,
value: V,
) -> HtmlElement<Form, <At as NextAttribute>::Output<Attr<Novalidate, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Novalidate, V>>: Attribute,
pub fn novalidate<V>(
self,
value: V,
) -> HtmlElement<Form, <At as NextAttribute>::Output<Attr<Novalidate, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Novalidate, V>>: Attribute,
The novalidate
attribute on <form>
.
Sourcepub fn target<V>(
self,
value: V,
) -> HtmlElement<Form, <At as NextAttribute>::Output<Attr<Target, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Target, V>>: Attribute,
pub fn target<V>(
self,
value: V,
) -> HtmlElement<Form, <At as NextAttribute>::Output<Attr<Target, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Target, V>>: Attribute,
The target
attribute on <form>
.
Source§impl<At, Ch> HtmlElement<Iframe, At, Ch>
impl<At, Ch> HtmlElement<Iframe, At, Ch>
Sourcepub fn allow<V>(
self,
value: V,
) -> HtmlElement<Iframe, <At as NextAttribute>::Output<Attr<Allow, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Allow, V>>: Attribute,
pub fn allow<V>(
self,
value: V,
) -> HtmlElement<Iframe, <At as NextAttribute>::Output<Attr<Allow, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Allow, V>>: Attribute,
The allow
attribute on <iframe>
.
Sourcepub fn allowfullscreen<V>(
self,
value: V,
) -> HtmlElement<Iframe, <At as NextAttribute>::Output<Attr<Allowfullscreen, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Allowfullscreen, V>>: Attribute,
pub fn allowfullscreen<V>(
self,
value: V,
) -> HtmlElement<Iframe, <At as NextAttribute>::Output<Attr<Allowfullscreen, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Allowfullscreen, V>>: Attribute,
The allowfullscreen
attribute on <iframe>
.
Sourcepub fn allowpaymentrequest<V>(
self,
value: V,
) -> HtmlElement<Iframe, <At as NextAttribute>::Output<Attr<Allowpaymentrequest, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Allowpaymentrequest, V>>: Attribute,
pub fn allowpaymentrequest<V>(
self,
value: V,
) -> HtmlElement<Iframe, <At as NextAttribute>::Output<Attr<Allowpaymentrequest, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Allowpaymentrequest, V>>: Attribute,
The allowpaymentrequest
attribute on <iframe>
.
Sourcepub fn height<V>(
self,
value: V,
) -> HtmlElement<Iframe, <At as NextAttribute>::Output<Attr<Height, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Height, V>>: Attribute,
pub fn height<V>(
self,
value: V,
) -> HtmlElement<Iframe, <At as NextAttribute>::Output<Attr<Height, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Height, V>>: Attribute,
The height
attribute on <iframe>
.
Sourcepub fn name<V>(
self,
value: V,
) -> HtmlElement<Iframe, <At as NextAttribute>::Output<Attr<Name, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Name, V>>: Attribute,
pub fn name<V>(
self,
value: V,
) -> HtmlElement<Iframe, <At as NextAttribute>::Output<Attr<Name, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Name, V>>: Attribute,
The name
attribute on <iframe>
.
Sourcepub fn referrerpolicy<V>(
self,
value: V,
) -> HtmlElement<Iframe, <At as NextAttribute>::Output<Attr<Referrerpolicy, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Referrerpolicy, V>>: Attribute,
pub fn referrerpolicy<V>(
self,
value: V,
) -> HtmlElement<Iframe, <At as NextAttribute>::Output<Attr<Referrerpolicy, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Referrerpolicy, V>>: Attribute,
The referrerpolicy
attribute on <iframe>
.
Sourcepub fn sandbox<V>(
self,
value: V,
) -> HtmlElement<Iframe, <At as NextAttribute>::Output<Attr<Sandbox, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Sandbox, V>>: Attribute,
pub fn sandbox<V>(
self,
value: V,
) -> HtmlElement<Iframe, <At as NextAttribute>::Output<Attr<Sandbox, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Sandbox, V>>: Attribute,
The sandbox
attribute on <iframe>
.
Sourcepub fn src<V>(
self,
value: V,
) -> HtmlElement<Iframe, <At as NextAttribute>::Output<Attr<Src, V>>, Ch>
pub fn src<V>( self, value: V, ) -> HtmlElement<Iframe, <At as NextAttribute>::Output<Attr<Src, V>>, Ch>
The src
attribute on <iframe>
.
Sourcepub fn srcdoc<V>(
self,
value: V,
) -> HtmlElement<Iframe, <At as NextAttribute>::Output<Attr<Srcdoc, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Srcdoc, V>>: Attribute,
pub fn srcdoc<V>(
self,
value: V,
) -> HtmlElement<Iframe, <At as NextAttribute>::Output<Attr<Srcdoc, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Srcdoc, V>>: Attribute,
The srcdoc
attribute on <iframe>
.
Sourcepub fn width<V>(
self,
value: V,
) -> HtmlElement<Iframe, <At as NextAttribute>::Output<Attr<Width, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Width, V>>: Attribute,
pub fn width<V>(
self,
value: V,
) -> HtmlElement<Iframe, <At as NextAttribute>::Output<Attr<Width, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Width, V>>: Attribute,
The width
attribute on <iframe>
.
Source§impl<At, Ch> HtmlElement<Ins, At, Ch>
impl<At, Ch> HtmlElement<Ins, At, Ch>
Sourcepub fn cite<V>(
self,
value: V,
) -> HtmlElement<Ins, <At as NextAttribute>::Output<Attr<Cite, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Cite, V>>: Attribute,
pub fn cite<V>(
self,
value: V,
) -> HtmlElement<Ins, <At as NextAttribute>::Output<Attr<Cite, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Cite, V>>: Attribute,
The cite
attribute on <ins>
.
Sourcepub fn datetime<V>(
self,
value: V,
) -> HtmlElement<Ins, <At as NextAttribute>::Output<Attr<Datetime, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Datetime, V>>: Attribute,
pub fn datetime<V>(
self,
value: V,
) -> HtmlElement<Ins, <At as NextAttribute>::Output<Attr<Datetime, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Datetime, V>>: Attribute,
The datetime
attribute on <ins>
.
Source§impl<At, Ch> HtmlElement<Label, At, Ch>
impl<At, Ch> HtmlElement<Label, At, Ch>
Sourcepub fn for<V>(
self,
value: V,
) -> HtmlElement<Label, <At as NextAttribute>::Output<Attr<For, V>>, Ch>
pub fn for<V>( self, value: V, ) -> HtmlElement<Label, <At as NextAttribute>::Output<Attr<For, V>>, Ch>
The r#for
attribute on <label>
.
Sourcepub fn form<V>(
self,
value: V,
) -> HtmlElement<Label, <At as NextAttribute>::Output<Attr<Form, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Form, V>>: Attribute,
pub fn form<V>(
self,
value: V,
) -> HtmlElement<Label, <At as NextAttribute>::Output<Attr<Form, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Form, V>>: Attribute,
The form
attribute on <label>
.
Source§impl<At, Ch> HtmlElement<Li, At, Ch>
impl<At, Ch> HtmlElement<Li, At, Ch>
Sourcepub fn value<V>(
self,
value: V,
) -> HtmlElement<Li, <At as NextAttribute>::Output<Attr<Value, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Value, V>>: Attribute,
pub fn value<V>(
self,
value: V,
) -> HtmlElement<Li, <At as NextAttribute>::Output<Attr<Value, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Value, V>>: Attribute,
The value
attribute on <li>
.
Source§impl<At, Ch> HtmlElement<Map, At, Ch>
impl<At, Ch> HtmlElement<Map, At, Ch>
Sourcepub fn name<V>(
self,
value: V,
) -> HtmlElement<Map, <At as NextAttribute>::Output<Attr<Name, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Name, V>>: Attribute,
pub fn name<V>(
self,
value: V,
) -> HtmlElement<Map, <At as NextAttribute>::Output<Attr<Name, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Name, V>>: Attribute,
The name
attribute on <map>
.
Source§impl<At, Ch> HtmlElement<Meter, At, Ch>
impl<At, Ch> HtmlElement<Meter, At, Ch>
Sourcepub fn value<V>(
self,
value: V,
) -> HtmlElement<Meter, <At as NextAttribute>::Output<Attr<Value, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Value, V>>: Attribute,
pub fn value<V>(
self,
value: V,
) -> HtmlElement<Meter, <At as NextAttribute>::Output<Attr<Value, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Value, V>>: Attribute,
The value
attribute on <meter>
.
Sourcepub fn min<V>(
self,
value: V,
) -> HtmlElement<Meter, <At as NextAttribute>::Output<Attr<Min, V>>, Ch>
pub fn min<V>( self, value: V, ) -> HtmlElement<Meter, <At as NextAttribute>::Output<Attr<Min, V>>, Ch>
The min
attribute on <meter>
.
Sourcepub fn max<V>(
self,
value: V,
) -> HtmlElement<Meter, <At as NextAttribute>::Output<Attr<Max, V>>, Ch>
pub fn max<V>( self, value: V, ) -> HtmlElement<Meter, <At as NextAttribute>::Output<Attr<Max, V>>, Ch>
The max
attribute on <meter>
.
Sourcepub fn low<V>(
self,
value: V,
) -> HtmlElement<Meter, <At as NextAttribute>::Output<Attr<Low, V>>, Ch>
pub fn low<V>( self, value: V, ) -> HtmlElement<Meter, <At as NextAttribute>::Output<Attr<Low, V>>, Ch>
The low
attribute on <meter>
.
Sourcepub fn high<V>(
self,
value: V,
) -> HtmlElement<Meter, <At as NextAttribute>::Output<Attr<High, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<High, V>>: Attribute,
pub fn high<V>(
self,
value: V,
) -> HtmlElement<Meter, <At as NextAttribute>::Output<Attr<High, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<High, V>>: Attribute,
The high
attribute on <meter>
.
Sourcepub fn optimum<V>(
self,
value: V,
) -> HtmlElement<Meter, <At as NextAttribute>::Output<Attr<Optimum, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Optimum, V>>: Attribute,
pub fn optimum<V>(
self,
value: V,
) -> HtmlElement<Meter, <At as NextAttribute>::Output<Attr<Optimum, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Optimum, V>>: Attribute,
The optimum
attribute on <meter>
.
Sourcepub fn form<V>(
self,
value: V,
) -> HtmlElement<Meter, <At as NextAttribute>::Output<Attr<Form, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Form, V>>: Attribute,
pub fn form<V>(
self,
value: V,
) -> HtmlElement<Meter, <At as NextAttribute>::Output<Attr<Form, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Form, V>>: Attribute,
The form
attribute on <meter>
.
Source§impl<At, Ch> HtmlElement<Object, At, Ch>
impl<At, Ch> HtmlElement<Object, At, Ch>
Sourcepub fn data<V>(
self,
value: V,
) -> HtmlElement<Object, <At as NextAttribute>::Output<Attr<Data, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Data, V>>: Attribute,
pub fn data<V>(
self,
value: V,
) -> HtmlElement<Object, <At as NextAttribute>::Output<Attr<Data, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Data, V>>: Attribute,
The data
attribute on <object>
.
Sourcepub fn form<V>(
self,
value: V,
) -> HtmlElement<Object, <At as NextAttribute>::Output<Attr<Form, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Form, V>>: Attribute,
pub fn form<V>(
self,
value: V,
) -> HtmlElement<Object, <At as NextAttribute>::Output<Attr<Form, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Form, V>>: Attribute,
The form
attribute on <object>
.
Sourcepub fn height<V>(
self,
value: V,
) -> HtmlElement<Object, <At as NextAttribute>::Output<Attr<Height, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Height, V>>: Attribute,
pub fn height<V>(
self,
value: V,
) -> HtmlElement<Object, <At as NextAttribute>::Output<Attr<Height, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Height, V>>: Attribute,
The height
attribute on <object>
.
Sourcepub fn name<V>(
self,
value: V,
) -> HtmlElement<Object, <At as NextAttribute>::Output<Attr<Name, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Name, V>>: Attribute,
pub fn name<V>(
self,
value: V,
) -> HtmlElement<Object, <At as NextAttribute>::Output<Attr<Name, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Name, V>>: Attribute,
The name
attribute on <object>
.
Sourcepub fn type<V>(
self,
value: V,
) -> HtmlElement<Object, <At as NextAttribute>::Output<Attr<Type, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Type, V>>: Attribute,
pub fn type<V>(
self,
value: V,
) -> HtmlElement<Object, <At as NextAttribute>::Output<Attr<Type, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Type, V>>: Attribute,
The r#type
attribute on <object>
.
Sourcepub fn usemap<V>(
self,
value: V,
) -> HtmlElement<Object, <At as NextAttribute>::Output<Attr<Usemap, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Usemap, V>>: Attribute,
pub fn usemap<V>(
self,
value: V,
) -> HtmlElement<Object, <At as NextAttribute>::Output<Attr<Usemap, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Usemap, V>>: Attribute,
The usemap
attribute on <object>
.
Sourcepub fn width<V>(
self,
value: V,
) -> HtmlElement<Object, <At as NextAttribute>::Output<Attr<Width, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Width, V>>: Attribute,
pub fn width<V>(
self,
value: V,
) -> HtmlElement<Object, <At as NextAttribute>::Output<Attr<Width, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Width, V>>: Attribute,
The width
attribute on <object>
.
Source§impl<At, Ch> HtmlElement<Ol, At, Ch>
impl<At, Ch> HtmlElement<Ol, At, Ch>
Sourcepub fn reversed<V>(
self,
value: V,
) -> HtmlElement<Ol, <At as NextAttribute>::Output<Attr<Reversed, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Reversed, V>>: Attribute,
pub fn reversed<V>(
self,
value: V,
) -> HtmlElement<Ol, <At as NextAttribute>::Output<Attr<Reversed, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Reversed, V>>: Attribute,
The reversed
attribute on <ol>
.
Sourcepub fn start<V>(
self,
value: V,
) -> HtmlElement<Ol, <At as NextAttribute>::Output<Attr<Start, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Start, V>>: Attribute,
pub fn start<V>(
self,
value: V,
) -> HtmlElement<Ol, <At as NextAttribute>::Output<Attr<Start, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Start, V>>: Attribute,
The start
attribute on <ol>
.
Sourcepub fn type<V>(
self,
value: V,
) -> HtmlElement<Ol, <At as NextAttribute>::Output<Attr<Type, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Type, V>>: Attribute,
pub fn type<V>(
self,
value: V,
) -> HtmlElement<Ol, <At as NextAttribute>::Output<Attr<Type, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Type, V>>: Attribute,
The r#type
attribute on <ol>
.
Source§impl<At, Ch> HtmlElement<Optgroup, At, Ch>
impl<At, Ch> HtmlElement<Optgroup, At, Ch>
Sourcepub fn disabled<V>(
self,
value: V,
) -> HtmlElement<Optgroup, <At as NextAttribute>::Output<Attr<Disabled, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Disabled, V>>: Attribute,
pub fn disabled<V>(
self,
value: V,
) -> HtmlElement<Optgroup, <At as NextAttribute>::Output<Attr<Disabled, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Disabled, V>>: Attribute,
The disabled
attribute on <optgroup>
.
Sourcepub fn label<V>(
self,
value: V,
) -> HtmlElement<Optgroup, <At as NextAttribute>::Output<Attr<Label, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Label, V>>: Attribute,
pub fn label<V>(
self,
value: V,
) -> HtmlElement<Optgroup, <At as NextAttribute>::Output<Attr<Label, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Label, V>>: Attribute,
The label
attribute on <optgroup>
.
Source§impl<At, Ch> HtmlElement<Output, At, Ch>
impl<At, Ch> HtmlElement<Output, At, Ch>
Sourcepub fn for<V>(
self,
value: V,
) -> HtmlElement<Output, <At as NextAttribute>::Output<Attr<For, V>>, Ch>
pub fn for<V>( self, value: V, ) -> HtmlElement<Output, <At as NextAttribute>::Output<Attr<For, V>>, Ch>
The r#for
attribute on <output>
.
Sourcepub fn form<V>(
self,
value: V,
) -> HtmlElement<Output, <At as NextAttribute>::Output<Attr<Form, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Form, V>>: Attribute,
pub fn form<V>(
self,
value: V,
) -> HtmlElement<Output, <At as NextAttribute>::Output<Attr<Form, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Form, V>>: Attribute,
The form
attribute on <output>
.
Sourcepub fn name<V>(
self,
value: V,
) -> HtmlElement<Output, <At as NextAttribute>::Output<Attr<Name, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Name, V>>: Attribute,
pub fn name<V>(
self,
value: V,
) -> HtmlElement<Output, <At as NextAttribute>::Output<Attr<Name, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Name, V>>: Attribute,
The name
attribute on <output>
.
Source§impl<At, Ch> HtmlElement<Portal, At, Ch>
impl<At, Ch> HtmlElement<Portal, At, Ch>
Sourcepub fn referrerpolicy<V>(
self,
value: V,
) -> HtmlElement<Portal, <At as NextAttribute>::Output<Attr<Referrerpolicy, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Referrerpolicy, V>>: Attribute,
pub fn referrerpolicy<V>(
self,
value: V,
) -> HtmlElement<Portal, <At as NextAttribute>::Output<Attr<Referrerpolicy, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Referrerpolicy, V>>: Attribute,
The referrerpolicy
attribute on <portal>
.
Sourcepub fn src<V>(
self,
value: V,
) -> HtmlElement<Portal, <At as NextAttribute>::Output<Attr<Src, V>>, Ch>
pub fn src<V>( self, value: V, ) -> HtmlElement<Portal, <At as NextAttribute>::Output<Attr<Src, V>>, Ch>
The src
attribute on <portal>
.
Source§impl<At, Ch> HtmlElement<Progress, At, Ch>
impl<At, Ch> HtmlElement<Progress, At, Ch>
Sourcepub fn min<V>(
self,
value: V,
) -> HtmlElement<Progress, <At as NextAttribute>::Output<Attr<Min, V>>, Ch>
pub fn min<V>( self, value: V, ) -> HtmlElement<Progress, <At as NextAttribute>::Output<Attr<Min, V>>, Ch>
The min
attribute on <progress>
.
Sourcepub fn max<V>(
self,
value: V,
) -> HtmlElement<Progress, <At as NextAttribute>::Output<Attr<Max, V>>, Ch>
pub fn max<V>( self, value: V, ) -> HtmlElement<Progress, <At as NextAttribute>::Output<Attr<Max, V>>, Ch>
The max
attribute on <progress>
.
Sourcepub fn value<V>(
self,
value: V,
) -> HtmlElement<Progress, <At as NextAttribute>::Output<Attr<Value, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Value, V>>: Attribute,
pub fn value<V>(
self,
value: V,
) -> HtmlElement<Progress, <At as NextAttribute>::Output<Attr<Value, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Value, V>>: Attribute,
The value
attribute on <progress>
.
Source§impl<At, Ch> HtmlElement<Q, At, Ch>
impl<At, Ch> HtmlElement<Q, At, Ch>
Sourcepub fn cite<V>(
self,
value: V,
) -> HtmlElement<Q, <At as NextAttribute>::Output<Attr<Cite, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Cite, V>>: Attribute,
pub fn cite<V>(
self,
value: V,
) -> HtmlElement<Q, <At as NextAttribute>::Output<Attr<Cite, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Cite, V>>: Attribute,
The cite
attribute on <q>
.
Source§impl<At, Ch> HtmlElement<Script, At, Ch>
impl<At, Ch> HtmlElement<Script, At, Ch>
Sourcepub fn async<V>(
self,
value: V,
) -> HtmlElement<Script, <At as NextAttribute>::Output<Attr<Async, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Async, V>>: Attribute,
pub fn async<V>(
self,
value: V,
) -> HtmlElement<Script, <At as NextAttribute>::Output<Attr<Async, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Async, V>>: Attribute,
The r#async
attribute on <script>
.
Sourcepub fn crossorigin<V>(
self,
value: V,
) -> HtmlElement<Script, <At as NextAttribute>::Output<Attr<Crossorigin, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Crossorigin, V>>: Attribute,
pub fn crossorigin<V>(
self,
value: V,
) -> HtmlElement<Script, <At as NextAttribute>::Output<Attr<Crossorigin, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Crossorigin, V>>: Attribute,
The crossorigin
attribute on <script>
.
Sourcepub fn defer<V>(
self,
value: V,
) -> HtmlElement<Script, <At as NextAttribute>::Output<Attr<Defer, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Defer, V>>: Attribute,
pub fn defer<V>(
self,
value: V,
) -> HtmlElement<Script, <At as NextAttribute>::Output<Attr<Defer, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Defer, V>>: Attribute,
The defer
attribute on <script>
.
Sourcepub fn fetchpriority<V>(
self,
value: V,
) -> HtmlElement<Script, <At as NextAttribute>::Output<Attr<Fetchpriority, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Fetchpriority, V>>: Attribute,
pub fn fetchpriority<V>(
self,
value: V,
) -> HtmlElement<Script, <At as NextAttribute>::Output<Attr<Fetchpriority, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Fetchpriority, V>>: Attribute,
The fetchpriority
attribute on <script>
.
Sourcepub fn integrity<V>(
self,
value: V,
) -> HtmlElement<Script, <At as NextAttribute>::Output<Attr<Integrity, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Integrity, V>>: Attribute,
pub fn integrity<V>(
self,
value: V,
) -> HtmlElement<Script, <At as NextAttribute>::Output<Attr<Integrity, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Integrity, V>>: Attribute,
The integrity
attribute on <script>
.
Sourcepub fn nomodule<V>(
self,
value: V,
) -> HtmlElement<Script, <At as NextAttribute>::Output<Attr<Nomodule, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Nomodule, V>>: Attribute,
pub fn nomodule<V>(
self,
value: V,
) -> HtmlElement<Script, <At as NextAttribute>::Output<Attr<Nomodule, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Nomodule, V>>: Attribute,
The nomodule
attribute on <script>
.
Sourcepub fn referrerpolicy<V>(
self,
value: V,
) -> HtmlElement<Script, <At as NextAttribute>::Output<Attr<Referrerpolicy, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Referrerpolicy, V>>: Attribute,
pub fn referrerpolicy<V>(
self,
value: V,
) -> HtmlElement<Script, <At as NextAttribute>::Output<Attr<Referrerpolicy, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Referrerpolicy, V>>: Attribute,
The referrerpolicy
attribute on <script>
.
Sourcepub fn src<V>(
self,
value: V,
) -> HtmlElement<Script, <At as NextAttribute>::Output<Attr<Src, V>>, Ch>
pub fn src<V>( self, value: V, ) -> HtmlElement<Script, <At as NextAttribute>::Output<Attr<Src, V>>, Ch>
The src
attribute on <script>
.
Sourcepub fn type<V>(
self,
value: V,
) -> HtmlElement<Script, <At as NextAttribute>::Output<Attr<Type, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Type, V>>: Attribute,
pub fn type<V>(
self,
value: V,
) -> HtmlElement<Script, <At as NextAttribute>::Output<Attr<Type, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Type, V>>: Attribute,
The r#type
attribute on <script>
.
Sourcepub fn blocking<V>(
self,
value: V,
) -> HtmlElement<Script, <At as NextAttribute>::Output<Attr<Blocking, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Blocking, V>>: Attribute,
pub fn blocking<V>(
self,
value: V,
) -> HtmlElement<Script, <At as NextAttribute>::Output<Attr<Blocking, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Blocking, V>>: Attribute,
The blocking
attribute on <script>
.
Source§impl<At, Ch> HtmlElement<Select, At, Ch>
impl<At, Ch> HtmlElement<Select, At, Ch>
Sourcepub fn autocomplete<V>(
self,
value: V,
) -> HtmlElement<Select, <At as NextAttribute>::Output<Attr<Autocomplete, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Autocomplete, V>>: Attribute,
pub fn autocomplete<V>(
self,
value: V,
) -> HtmlElement<Select, <At as NextAttribute>::Output<Attr<Autocomplete, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Autocomplete, V>>: Attribute,
The autocomplete
attribute on <select>
.
Sourcepub fn disabled<V>(
self,
value: V,
) -> HtmlElement<Select, <At as NextAttribute>::Output<Attr<Disabled, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Disabled, V>>: Attribute,
pub fn disabled<V>(
self,
value: V,
) -> HtmlElement<Select, <At as NextAttribute>::Output<Attr<Disabled, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Disabled, V>>: Attribute,
The disabled
attribute on <select>
.
Sourcepub fn form<V>(
self,
value: V,
) -> HtmlElement<Select, <At as NextAttribute>::Output<Attr<Form, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Form, V>>: Attribute,
pub fn form<V>(
self,
value: V,
) -> HtmlElement<Select, <At as NextAttribute>::Output<Attr<Form, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Form, V>>: Attribute,
The form
attribute on <select>
.
Sourcepub fn multiple<V>(
self,
value: V,
) -> HtmlElement<Select, <At as NextAttribute>::Output<Attr<Multiple, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Multiple, V>>: Attribute,
pub fn multiple<V>(
self,
value: V,
) -> HtmlElement<Select, <At as NextAttribute>::Output<Attr<Multiple, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Multiple, V>>: Attribute,
The multiple
attribute on <select>
.
Sourcepub fn name<V>(
self,
value: V,
) -> HtmlElement<Select, <At as NextAttribute>::Output<Attr<Name, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Name, V>>: Attribute,
pub fn name<V>(
self,
value: V,
) -> HtmlElement<Select, <At as NextAttribute>::Output<Attr<Name, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Name, V>>: Attribute,
The name
attribute on <select>
.
Sourcepub fn required<V>(
self,
value: V,
) -> HtmlElement<Select, <At as NextAttribute>::Output<Attr<Required, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Required, V>>: Attribute,
pub fn required<V>(
self,
value: V,
) -> HtmlElement<Select, <At as NextAttribute>::Output<Attr<Required, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Required, V>>: Attribute,
The required
attribute on <select>
.
Sourcepub fn size<V>(
self,
value: V,
) -> HtmlElement<Select, <At as NextAttribute>::Output<Attr<Size, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Size, V>>: Attribute,
pub fn size<V>(
self,
value: V,
) -> HtmlElement<Select, <At as NextAttribute>::Output<Attr<Size, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Size, V>>: Attribute,
The size
attribute on <select>
.
Source§impl<At, Ch> HtmlElement<Slot, At, Ch>
impl<At, Ch> HtmlElement<Slot, At, Ch>
Sourcepub fn name<V>(
self,
value: V,
) -> HtmlElement<Slot, <At as NextAttribute>::Output<Attr<Name, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Name, V>>: Attribute,
pub fn name<V>(
self,
value: V,
) -> HtmlElement<Slot, <At as NextAttribute>::Output<Attr<Name, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Name, V>>: Attribute,
The name
attribute on <slot>
.
Source§impl<At, Ch> HtmlElement<Style, At, Ch>
impl<At, Ch> HtmlElement<Style, At, Ch>
Sourcepub fn media<V>(
self,
value: V,
) -> HtmlElement<Style, <At as NextAttribute>::Output<Attr<Media, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Media, V>>: Attribute,
pub fn media<V>(
self,
value: V,
) -> HtmlElement<Style, <At as NextAttribute>::Output<Attr<Media, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Media, V>>: Attribute,
The media
attribute on <style>
.
Sourcepub fn blocking<V>(
self,
value: V,
) -> HtmlElement<Style, <At as NextAttribute>::Output<Attr<Blocking, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Blocking, V>>: Attribute,
pub fn blocking<V>(
self,
value: V,
) -> HtmlElement<Style, <At as NextAttribute>::Output<Attr<Blocking, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Blocking, V>>: Attribute,
The blocking
attribute on <style>
.
Source§impl<At, Ch> HtmlElement<Td, At, Ch>
impl<At, Ch> HtmlElement<Td, At, Ch>
Sourcepub fn colspan<V>(
self,
value: V,
) -> HtmlElement<Td, <At as NextAttribute>::Output<Attr<Colspan, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Colspan, V>>: Attribute,
pub fn colspan<V>(
self,
value: V,
) -> HtmlElement<Td, <At as NextAttribute>::Output<Attr<Colspan, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Colspan, V>>: Attribute,
The colspan
attribute on <td>
.
Sourcepub fn headers<V>(
self,
value: V,
) -> HtmlElement<Td, <At as NextAttribute>::Output<Attr<Headers, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Headers, V>>: Attribute,
pub fn headers<V>(
self,
value: V,
) -> HtmlElement<Td, <At as NextAttribute>::Output<Attr<Headers, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Headers, V>>: Attribute,
The headers
attribute on <td>
.
Sourcepub fn rowspan<V>(
self,
value: V,
) -> HtmlElement<Td, <At as NextAttribute>::Output<Attr<Rowspan, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Rowspan, V>>: Attribute,
pub fn rowspan<V>(
self,
value: V,
) -> HtmlElement<Td, <At as NextAttribute>::Output<Attr<Rowspan, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Rowspan, V>>: Attribute,
The rowspan
attribute on <td>
.
Source§impl<At, Ch> HtmlElement<Textarea, At, Ch>
impl<At, Ch> HtmlElement<Textarea, At, Ch>
Sourcepub fn autocomplete<V>(
self,
value: V,
) -> HtmlElement<Textarea, <At as NextAttribute>::Output<Attr<Autocomplete, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Autocomplete, V>>: Attribute,
pub fn autocomplete<V>(
self,
value: V,
) -> HtmlElement<Textarea, <At as NextAttribute>::Output<Attr<Autocomplete, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Autocomplete, V>>: Attribute,
The autocomplete
attribute on <textarea>
.
Sourcepub fn cols<V>(
self,
value: V,
) -> HtmlElement<Textarea, <At as NextAttribute>::Output<Attr<Cols, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Cols, V>>: Attribute,
pub fn cols<V>(
self,
value: V,
) -> HtmlElement<Textarea, <At as NextAttribute>::Output<Attr<Cols, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Cols, V>>: Attribute,
The cols
attribute on <textarea>
.
Sourcepub fn dirname<V>(
self,
value: V,
) -> HtmlElement<Textarea, <At as NextAttribute>::Output<Attr<Dirname, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Dirname, V>>: Attribute,
pub fn dirname<V>(
self,
value: V,
) -> HtmlElement<Textarea, <At as NextAttribute>::Output<Attr<Dirname, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Dirname, V>>: Attribute,
The dirname
attribute on <textarea>
.
Sourcepub fn disabled<V>(
self,
value: V,
) -> HtmlElement<Textarea, <At as NextAttribute>::Output<Attr<Disabled, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Disabled, V>>: Attribute,
pub fn disabled<V>(
self,
value: V,
) -> HtmlElement<Textarea, <At as NextAttribute>::Output<Attr<Disabled, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Disabled, V>>: Attribute,
The disabled
attribute on <textarea>
.
Sourcepub fn form<V>(
self,
value: V,
) -> HtmlElement<Textarea, <At as NextAttribute>::Output<Attr<Form, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Form, V>>: Attribute,
pub fn form<V>(
self,
value: V,
) -> HtmlElement<Textarea, <At as NextAttribute>::Output<Attr<Form, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Form, V>>: Attribute,
The form
attribute on <textarea>
.
Sourcepub fn maxlength<V>(
self,
value: V,
) -> HtmlElement<Textarea, <At as NextAttribute>::Output<Attr<Maxlength, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Maxlength, V>>: Attribute,
pub fn maxlength<V>(
self,
value: V,
) -> HtmlElement<Textarea, <At as NextAttribute>::Output<Attr<Maxlength, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Maxlength, V>>: Attribute,
The maxlength
attribute on <textarea>
.
Sourcepub fn minlength<V>(
self,
value: V,
) -> HtmlElement<Textarea, <At as NextAttribute>::Output<Attr<Minlength, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Minlength, V>>: Attribute,
pub fn minlength<V>(
self,
value: V,
) -> HtmlElement<Textarea, <At as NextAttribute>::Output<Attr<Minlength, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Minlength, V>>: Attribute,
The minlength
attribute on <textarea>
.
Sourcepub fn name<V>(
self,
value: V,
) -> HtmlElement<Textarea, <At as NextAttribute>::Output<Attr<Name, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Name, V>>: Attribute,
pub fn name<V>(
self,
value: V,
) -> HtmlElement<Textarea, <At as NextAttribute>::Output<Attr<Name, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Name, V>>: Attribute,
The name
attribute on <textarea>
.
Sourcepub fn placeholder<V>(
self,
value: V,
) -> HtmlElement<Textarea, <At as NextAttribute>::Output<Attr<Placeholder, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Placeholder, V>>: Attribute,
pub fn placeholder<V>(
self,
value: V,
) -> HtmlElement<Textarea, <At as NextAttribute>::Output<Attr<Placeholder, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Placeholder, V>>: Attribute,
The placeholder
attribute on <textarea>
.
Sourcepub fn readonly<V>(
self,
value: V,
) -> HtmlElement<Textarea, <At as NextAttribute>::Output<Attr<Readonly, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Readonly, V>>: Attribute,
pub fn readonly<V>(
self,
value: V,
) -> HtmlElement<Textarea, <At as NextAttribute>::Output<Attr<Readonly, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Readonly, V>>: Attribute,
The readonly
attribute on <textarea>
.
Sourcepub fn required<V>(
self,
value: V,
) -> HtmlElement<Textarea, <At as NextAttribute>::Output<Attr<Required, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Required, V>>: Attribute,
pub fn required<V>(
self,
value: V,
) -> HtmlElement<Textarea, <At as NextAttribute>::Output<Attr<Required, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Required, V>>: Attribute,
The required
attribute on <textarea>
.
Sourcepub fn rows<V>(
self,
value: V,
) -> HtmlElement<Textarea, <At as NextAttribute>::Output<Attr<Rows, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Rows, V>>: Attribute,
pub fn rows<V>(
self,
value: V,
) -> HtmlElement<Textarea, <At as NextAttribute>::Output<Attr<Rows, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Rows, V>>: Attribute,
The rows
attribute on <textarea>
.
Sourcepub fn wrap<V>(
self,
value: V,
) -> HtmlElement<Textarea, <At as NextAttribute>::Output<Attr<Wrap, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Wrap, V>>: Attribute,
pub fn wrap<V>(
self,
value: V,
) -> HtmlElement<Textarea, <At as NextAttribute>::Output<Attr<Wrap, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Wrap, V>>: Attribute,
The wrap
attribute on <textarea>
.
Source§impl<At, Ch> HtmlElement<Th, At, Ch>
impl<At, Ch> HtmlElement<Th, At, Ch>
Sourcepub fn abbr<V>(
self,
value: V,
) -> HtmlElement<Th, <At as NextAttribute>::Output<Attr<Abbr, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Abbr, V>>: Attribute,
pub fn abbr<V>(
self,
value: V,
) -> HtmlElement<Th, <At as NextAttribute>::Output<Attr<Abbr, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Abbr, V>>: Attribute,
The abbr
attribute on <th>
.
Sourcepub fn colspan<V>(
self,
value: V,
) -> HtmlElement<Th, <At as NextAttribute>::Output<Attr<Colspan, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Colspan, V>>: Attribute,
pub fn colspan<V>(
self,
value: V,
) -> HtmlElement<Th, <At as NextAttribute>::Output<Attr<Colspan, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Colspan, V>>: Attribute,
The colspan
attribute on <th>
.
Sourcepub fn headers<V>(
self,
value: V,
) -> HtmlElement<Th, <At as NextAttribute>::Output<Attr<Headers, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Headers, V>>: Attribute,
pub fn headers<V>(
self,
value: V,
) -> HtmlElement<Th, <At as NextAttribute>::Output<Attr<Headers, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Headers, V>>: Attribute,
The headers
attribute on <th>
.
Sourcepub fn rowspan<V>(
self,
value: V,
) -> HtmlElement<Th, <At as NextAttribute>::Output<Attr<Rowspan, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Rowspan, V>>: Attribute,
pub fn rowspan<V>(
self,
value: V,
) -> HtmlElement<Th, <At as NextAttribute>::Output<Attr<Rowspan, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Rowspan, V>>: Attribute,
The rowspan
attribute on <th>
.
Sourcepub fn scope<V>(
self,
value: V,
) -> HtmlElement<Th, <At as NextAttribute>::Output<Attr<Scope, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scope, V>>: Attribute,
pub fn scope<V>(
self,
value: V,
) -> HtmlElement<Th, <At as NextAttribute>::Output<Attr<Scope, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scope, V>>: Attribute,
The scope
attribute on <th>
.
Source§impl<At, Ch> HtmlElement<Time, At, Ch>
impl<At, Ch> HtmlElement<Time, At, Ch>
Sourcepub fn datetime<V>(
self,
value: V,
) -> HtmlElement<Time, <At as NextAttribute>::Output<Attr<Datetime, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Datetime, V>>: Attribute,
pub fn datetime<V>(
self,
value: V,
) -> HtmlElement<Time, <At as NextAttribute>::Output<Attr<Datetime, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Datetime, V>>: Attribute,
The datetime
attribute on <time>
.
Source§impl<At, Ch> HtmlElement<Video, At, Ch>
impl<At, Ch> HtmlElement<Video, At, Ch>
Sourcepub fn autoplay<V>(
self,
value: V,
) -> HtmlElement<Video, <At as NextAttribute>::Output<Attr<Autoplay, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Autoplay, V>>: Attribute,
pub fn autoplay<V>(
self,
value: V,
) -> HtmlElement<Video, <At as NextAttribute>::Output<Attr<Autoplay, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Autoplay, V>>: Attribute,
The autoplay
attribute on <video>
.
Sourcepub fn controls<V>(
self,
value: V,
) -> HtmlElement<Video, <At as NextAttribute>::Output<Attr<Controls, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Controls, V>>: Attribute,
pub fn controls<V>(
self,
value: V,
) -> HtmlElement<Video, <At as NextAttribute>::Output<Attr<Controls, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Controls, V>>: Attribute,
The controls
attribute on <video>
.
Sourcepub fn controlslist<V>(
self,
value: V,
) -> HtmlElement<Video, <At as NextAttribute>::Output<Attr<Controlslist, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Controlslist, V>>: Attribute,
pub fn controlslist<V>(
self,
value: V,
) -> HtmlElement<Video, <At as NextAttribute>::Output<Attr<Controlslist, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Controlslist, V>>: Attribute,
The controlslist
attribute on <video>
.
Sourcepub fn crossorigin<V>(
self,
value: V,
) -> HtmlElement<Video, <At as NextAttribute>::Output<Attr<Crossorigin, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Crossorigin, V>>: Attribute,
pub fn crossorigin<V>(
self,
value: V,
) -> HtmlElement<Video, <At as NextAttribute>::Output<Attr<Crossorigin, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Crossorigin, V>>: Attribute,
The crossorigin
attribute on <video>
.
Sourcepub fn disablepictureinpicture<V>(
self,
value: V,
) -> HtmlElement<Video, <At as NextAttribute>::Output<Attr<Disablepictureinpicture, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Disablepictureinpicture, V>>: Attribute,
pub fn disablepictureinpicture<V>(
self,
value: V,
) -> HtmlElement<Video, <At as NextAttribute>::Output<Attr<Disablepictureinpicture, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Disablepictureinpicture, V>>: Attribute,
The disablepictureinpicture
attribute on <video>
.
Sourcepub fn disableremoteplayback<V>(
self,
value: V,
) -> HtmlElement<Video, <At as NextAttribute>::Output<Attr<Disableremoteplayback, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Disableremoteplayback, V>>: Attribute,
pub fn disableremoteplayback<V>(
self,
value: V,
) -> HtmlElement<Video, <At as NextAttribute>::Output<Attr<Disableremoteplayback, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Disableremoteplayback, V>>: Attribute,
The disableremoteplayback
attribute on <video>
.
Sourcepub fn height<V>(
self,
value: V,
) -> HtmlElement<Video, <At as NextAttribute>::Output<Attr<Height, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Height, V>>: Attribute,
pub fn height<V>(
self,
value: V,
) -> HtmlElement<Video, <At as NextAttribute>::Output<Attr<Height, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Height, V>>: Attribute,
The height
attribute on <video>
.
Sourcepub fn loop<V>(
self,
value: V,
) -> HtmlElement<Video, <At as NextAttribute>::Output<Attr<Loop, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Loop, V>>: Attribute,
pub fn loop<V>(
self,
value: V,
) -> HtmlElement<Video, <At as NextAttribute>::Output<Attr<Loop, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Loop, V>>: Attribute,
The r#loop
attribute on <video>
.
Sourcepub fn muted<V>(
self,
value: V,
) -> HtmlElement<Video, <At as NextAttribute>::Output<Attr<Muted, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Muted, V>>: Attribute,
pub fn muted<V>(
self,
value: V,
) -> HtmlElement<Video, <At as NextAttribute>::Output<Attr<Muted, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Muted, V>>: Attribute,
The muted
attribute on <video>
.
Sourcepub fn playsinline<V>(
self,
value: V,
) -> HtmlElement<Video, <At as NextAttribute>::Output<Attr<Playsinline, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Playsinline, V>>: Attribute,
pub fn playsinline<V>(
self,
value: V,
) -> HtmlElement<Video, <At as NextAttribute>::Output<Attr<Playsinline, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Playsinline, V>>: Attribute,
The playsinline
attribute on <video>
.
Sourcepub fn poster<V>(
self,
value: V,
) -> HtmlElement<Video, <At as NextAttribute>::Output<Attr<Poster, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Poster, V>>: Attribute,
pub fn poster<V>(
self,
value: V,
) -> HtmlElement<Video, <At as NextAttribute>::Output<Attr<Poster, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Poster, V>>: Attribute,
The poster
attribute on <video>
.
Sourcepub fn preload<V>(
self,
value: V,
) -> HtmlElement<Video, <At as NextAttribute>::Output<Attr<Preload, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Preload, V>>: Attribute,
pub fn preload<V>(
self,
value: V,
) -> HtmlElement<Video, <At as NextAttribute>::Output<Attr<Preload, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Preload, V>>: Attribute,
The preload
attribute on <video>
.
Sourcepub fn src<V>(
self,
value: V,
) -> HtmlElement<Video, <At as NextAttribute>::Output<Attr<Src, V>>, Ch>
pub fn src<V>( self, value: V, ) -> HtmlElement<Video, <At as NextAttribute>::Output<Attr<Src, V>>, Ch>
The src
attribute on <video>
.
Sourcepub fn width<V>(
self,
value: V,
) -> HtmlElement<Video, <At as NextAttribute>::Output<Attr<Width, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Width, V>>: Attribute,
pub fn width<V>(
self,
value: V,
) -> HtmlElement<Video, <At as NextAttribute>::Output<Attr<Width, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Width, V>>: Attribute,
The width
attribute on <video>
.
Source§impl<At, Ch> HtmlElement<Option_, At, Ch>
impl<At, Ch> HtmlElement<Option_, At, Ch>
Sourcepub fn disabled<V>(
self,
value: V,
) -> HtmlElement<Option_, <At as NextAttribute>::Output<Attr<Disabled, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Disabled, V>>: Attribute,
pub fn disabled<V>(
self,
value: V,
) -> HtmlElement<Option_, <At as NextAttribute>::Output<Attr<Disabled, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Disabled, V>>: Attribute,
The disabled
attribute on <option>
.
Sourcepub fn label<V>(
self,
value: V,
) -> HtmlElement<Option_, <At as NextAttribute>::Output<Attr<Label, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Label, V>>: Attribute,
pub fn label<V>(
self,
value: V,
) -> HtmlElement<Option_, <At as NextAttribute>::Output<Attr<Label, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Label, V>>: Attribute,
The label
attribute on <option>
.
Sourcepub fn selected<V>(
self,
value: V,
) -> HtmlElement<Option_, <At as NextAttribute>::Output<Attr<Selected, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Selected, V>>: Attribute,
pub fn selected<V>(
self,
value: V,
) -> HtmlElement<Option_, <At as NextAttribute>::Output<Attr<Selected, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Selected, V>>: Attribute,
The selected
attribute on <option>
.
Sourcepub fn value<V>(
self,
value: V,
) -> HtmlElement<Option_, <At as NextAttribute>::Output<Attr<Value, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Value, V>>: Attribute,
pub fn value<V>(
self,
value: V,
) -> HtmlElement<Option_, <At as NextAttribute>::Output<Attr<Value, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Value, V>>: Attribute,
The value
attribute on <option>
.
Source§impl<At, Ch> HtmlElement<Math, At, Ch>
impl<At, Ch> HtmlElement<Math, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Math, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Math, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Math, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Math, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Math, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Math, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Math, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Math, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Math, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Math, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Math, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Math, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Math, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Math, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Math, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Math, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Sourcepub fn display<V>(
self,
value: V,
) -> HtmlElement<Math, <At as NextAttribute>::Output<Attr<Display, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Display, V>>: Attribute,
pub fn display<V>(
self,
value: V,
) -> HtmlElement<Math, <At as NextAttribute>::Output<Attr<Display, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Display, V>>: Attribute,
A MathML attribute.
Sourcepub fn xmlns<V>(
self,
value: V,
) -> HtmlElement<Math, <At as NextAttribute>::Output<Attr<Xmlns, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Xmlns, V>>: Attribute,
pub fn xmlns<V>(
self,
value: V,
) -> HtmlElement<Math, <At as NextAttribute>::Output<Attr<Xmlns, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Xmlns, V>>: Attribute,
A MathML attribute.
Source§impl<At, Ch> HtmlElement<Mi, At, Ch>
impl<At, Ch> HtmlElement<Mi, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mi, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mi, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Mi, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Mi, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Mi, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Mi, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mi, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mi, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mi, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mi, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mi, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mi, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mi, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mi, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mi, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mi, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Source§impl<At, Ch> HtmlElement<Mn, At, Ch>
impl<At, Ch> HtmlElement<Mn, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mn, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mn, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Mn, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Mn, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Mn, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Mn, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mn, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mn, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mn, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mn, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mn, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mn, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mn, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mn, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mn, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mn, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Source§impl<At, Ch> HtmlElement<Mo, At, Ch>
impl<At, Ch> HtmlElement<Mo, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Sourcepub fn accent<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Accent, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Accent, V>>: Attribute,
pub fn accent<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Accent, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Accent, V>>: Attribute,
A MathML attribute.
Sourcepub fn fence<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Fence, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Fence, V>>: Attribute,
pub fn fence<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Fence, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Fence, V>>: Attribute,
A MathML attribute.
Sourcepub fn lspace<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Lspace, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Lspace, V>>: Attribute,
pub fn lspace<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Lspace, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Lspace, V>>: Attribute,
A MathML attribute.
Sourcepub fn maxsize<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Maxsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Maxsize, V>>: Attribute,
pub fn maxsize<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Maxsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Maxsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn minsize<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Minsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Minsize, V>>: Attribute,
pub fn minsize<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Minsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Minsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn movablelimits<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Movablelimits, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Movablelimits, V>>: Attribute,
pub fn movablelimits<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Movablelimits, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Movablelimits, V>>: Attribute,
A MathML attribute.
Sourcepub fn rspace<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Rspace, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Rspace, V>>: Attribute,
pub fn rspace<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Rspace, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Rspace, V>>: Attribute,
A MathML attribute.
Sourcepub fn separator<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Separator, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Separator, V>>: Attribute,
pub fn separator<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Separator, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Separator, V>>: Attribute,
A MathML attribute.
Sourcepub fn stretchy<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Stretchy, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Stretchy, V>>: Attribute,
pub fn stretchy<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Stretchy, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Stretchy, V>>: Attribute,
A MathML attribute.
Sourcepub fn symmetric<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Symmetric, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Symmetric, V>>: Attribute,
pub fn symmetric<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Symmetric, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Symmetric, V>>: Attribute,
A MathML attribute.
Sourcepub fn form<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Form, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Form, V>>: Attribute,
pub fn form<V>(
self,
value: V,
) -> HtmlElement<Mo, <At as NextAttribute>::Output<Attr<Form, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Form, V>>: Attribute,
A MathML attribute.
Source§impl<At, Ch> HtmlElement<Ms, At, Ch>
impl<At, Ch> HtmlElement<Ms, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Ms, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Ms, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Ms, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Ms, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Ms, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Ms, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Ms, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Ms, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Ms, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Ms, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Ms, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Ms, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Ms, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Ms, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Ms, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Ms, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Source§impl<At, Ch> HtmlElement<Mspace, At, Ch>
impl<At, Ch> HtmlElement<Mspace, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mspace, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mspace, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Mspace, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Mspace, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Mspace, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Mspace, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mspace, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mspace, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mspace, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mspace, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mspace, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mspace, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mspace, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mspace, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mspace, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mspace, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Sourcepub fn height<V>(
self,
value: V,
) -> HtmlElement<Mspace, <At as NextAttribute>::Output<Attr<Height, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Height, V>>: Attribute,
pub fn height<V>(
self,
value: V,
) -> HtmlElement<Mspace, <At as NextAttribute>::Output<Attr<Height, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Height, V>>: Attribute,
A MathML attribute.
Sourcepub fn width<V>(
self,
value: V,
) -> HtmlElement<Mspace, <At as NextAttribute>::Output<Attr<Width, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Width, V>>: Attribute,
pub fn width<V>(
self,
value: V,
) -> HtmlElement<Mspace, <At as NextAttribute>::Output<Attr<Width, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Width, V>>: Attribute,
A MathML attribute.
Source§impl<At, Ch> HtmlElement<Mtext, At, Ch>
impl<At, Ch> HtmlElement<Mtext, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mtext, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mtext, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Mtext, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Mtext, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Mtext, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Mtext, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mtext, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mtext, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mtext, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mtext, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mtext, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mtext, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mtext, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mtext, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mtext, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mtext, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Source§impl<At, Ch> HtmlElement<Menclose, At, Ch>
impl<At, Ch> HtmlElement<Menclose, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Menclose, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Menclose, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Menclose, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Menclose, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Menclose, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Menclose, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Menclose, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Menclose, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Menclose, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Menclose, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Menclose, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Menclose, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Menclose, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Menclose, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Menclose, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Menclose, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Sourcepub fn notation<V>(
self,
value: V,
) -> HtmlElement<Menclose, <At as NextAttribute>::Output<Attr<Notation, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Notation, V>>: Attribute,
pub fn notation<V>(
self,
value: V,
) -> HtmlElement<Menclose, <At as NextAttribute>::Output<Attr<Notation, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Notation, V>>: Attribute,
A MathML attribute.
Source§impl<At, Ch> HtmlElement<Merror, At, Ch>
impl<At, Ch> HtmlElement<Merror, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Merror, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Merror, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Merror, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Merror, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Merror, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Merror, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Merror, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Merror, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Merror, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Merror, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Merror, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Merror, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Merror, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Merror, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Merror, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Merror, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Source§impl<At, Ch> HtmlElement<Mfenced, At, Ch>
impl<At, Ch> HtmlElement<Mfenced, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mfenced, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mfenced, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Mfenced, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Mfenced, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Mfenced, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Mfenced, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mfenced, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mfenced, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mfenced, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mfenced, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mfenced, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mfenced, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mfenced, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mfenced, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mfenced, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mfenced, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Source§impl<At, Ch> HtmlElement<Mfrac, At, Ch>
impl<At, Ch> HtmlElement<Mfrac, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mfrac, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mfrac, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Mfrac, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Mfrac, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Mfrac, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Mfrac, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mfrac, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mfrac, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mfrac, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mfrac, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mfrac, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mfrac, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mfrac, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mfrac, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mfrac, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mfrac, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Sourcepub fn linethickness<V>(
self,
value: V,
) -> HtmlElement<Mfrac, <At as NextAttribute>::Output<Attr<Linethickness, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Linethickness, V>>: Attribute,
pub fn linethickness<V>(
self,
value: V,
) -> HtmlElement<Mfrac, <At as NextAttribute>::Output<Attr<Linethickness, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Linethickness, V>>: Attribute,
A MathML attribute.
Source§impl<At, Ch> HtmlElement<Mpadded, At, Ch>
impl<At, Ch> HtmlElement<Mpadded, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mpadded, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mpadded, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Mpadded, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Mpadded, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Mpadded, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Mpadded, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mpadded, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mpadded, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mpadded, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mpadded, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mpadded, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mpadded, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mpadded, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mpadded, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mpadded, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mpadded, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Sourcepub fn depth<V>(
self,
value: V,
) -> HtmlElement<Mpadded, <At as NextAttribute>::Output<Attr<Depth, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Depth, V>>: Attribute,
pub fn depth<V>(
self,
value: V,
) -> HtmlElement<Mpadded, <At as NextAttribute>::Output<Attr<Depth, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Depth, V>>: Attribute,
A MathML attribute.
Sourcepub fn height<V>(
self,
value: V,
) -> HtmlElement<Mpadded, <At as NextAttribute>::Output<Attr<Height, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Height, V>>: Attribute,
pub fn height<V>(
self,
value: V,
) -> HtmlElement<Mpadded, <At as NextAttribute>::Output<Attr<Height, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Height, V>>: Attribute,
A MathML attribute.
Sourcepub fn voffset<V>(
self,
value: V,
) -> HtmlElement<Mpadded, <At as NextAttribute>::Output<Attr<Voffset, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Voffset, V>>: Attribute,
pub fn voffset<V>(
self,
value: V,
) -> HtmlElement<Mpadded, <At as NextAttribute>::Output<Attr<Voffset, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Voffset, V>>: Attribute,
A MathML attribute.
Sourcepub fn width<V>(
self,
value: V,
) -> HtmlElement<Mpadded, <At as NextAttribute>::Output<Attr<Width, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Width, V>>: Attribute,
pub fn width<V>(
self,
value: V,
) -> HtmlElement<Mpadded, <At as NextAttribute>::Output<Attr<Width, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Width, V>>: Attribute,
A MathML attribute.
Source§impl<At, Ch> HtmlElement<Mphantom, At, Ch>
impl<At, Ch> HtmlElement<Mphantom, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mphantom, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mphantom, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Mphantom, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Mphantom, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Mphantom, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Mphantom, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mphantom, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mphantom, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mphantom, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mphantom, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mphantom, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mphantom, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mphantom, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mphantom, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mphantom, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mphantom, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Source§impl<At, Ch> HtmlElement<Mroot, At, Ch>
impl<At, Ch> HtmlElement<Mroot, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mroot, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mroot, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Mroot, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Mroot, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Mroot, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Mroot, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mroot, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mroot, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mroot, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mroot, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mroot, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mroot, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mroot, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mroot, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mroot, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mroot, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Source§impl<At, Ch> HtmlElement<Mrow, At, Ch>
impl<At, Ch> HtmlElement<Mrow, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mrow, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mrow, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Mrow, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Mrow, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Mrow, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Mrow, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mrow, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mrow, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mrow, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mrow, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mrow, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mrow, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mrow, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mrow, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mrow, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mrow, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Source§impl<At, Ch> HtmlElement<Msqrt, At, Ch>
impl<At, Ch> HtmlElement<Msqrt, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Msqrt, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Msqrt, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Msqrt, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Msqrt, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Msqrt, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Msqrt, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Msqrt, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Msqrt, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Msqrt, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Msqrt, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Msqrt, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Msqrt, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Msqrt, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Msqrt, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Msqrt, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Msqrt, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Source§impl<At, Ch> HtmlElement<Mstyle, At, Ch>
impl<At, Ch> HtmlElement<Mstyle, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mstyle, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mstyle, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Mstyle, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Mstyle, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Mstyle, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Mstyle, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mstyle, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mstyle, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mstyle, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mstyle, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mstyle, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mstyle, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mstyle, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mstyle, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mstyle, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mstyle, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Source§impl<At, Ch> HtmlElement<Mmultiscripts, At, Ch>
impl<At, Ch> HtmlElement<Mmultiscripts, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mmultiscripts, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mmultiscripts, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Mmultiscripts, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Mmultiscripts, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Mmultiscripts, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Mmultiscripts, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mmultiscripts, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mmultiscripts, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mmultiscripts, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mmultiscripts, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mmultiscripts, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mmultiscripts, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mmultiscripts, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mmultiscripts, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mmultiscripts, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mmultiscripts, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Source§impl<At, Ch> HtmlElement<Mover, At, Ch>
impl<At, Ch> HtmlElement<Mover, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mover, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mover, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Mover, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Mover, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Mover, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Mover, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mover, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mover, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mover, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mover, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mover, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mover, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mover, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mover, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mover, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mover, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Sourcepub fn accent<V>(
self,
value: V,
) -> HtmlElement<Mover, <At as NextAttribute>::Output<Attr<Accent, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Accent, V>>: Attribute,
pub fn accent<V>(
self,
value: V,
) -> HtmlElement<Mover, <At as NextAttribute>::Output<Attr<Accent, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Accent, V>>: Attribute,
A MathML attribute.
Source§impl<At, Ch> HtmlElement<Mprescripts, At, Ch>
impl<At, Ch> HtmlElement<Mprescripts, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mprescripts, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mprescripts, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Mprescripts, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Mprescripts, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Mprescripts, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Mprescripts, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mprescripts, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mprescripts, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mprescripts, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mprescripts, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mprescripts, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mprescripts, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mprescripts, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mprescripts, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mprescripts, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mprescripts, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Source§impl<At, Ch> HtmlElement<Msub, At, Ch>
impl<At, Ch> HtmlElement<Msub, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Msub, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Msub, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Msub, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Msub, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Msub, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Msub, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Msub, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Msub, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Msub, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Msub, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Msub, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Msub, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Msub, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Msub, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Msub, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Msub, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Source§impl<At, Ch> HtmlElement<Msubsup, At, Ch>
impl<At, Ch> HtmlElement<Msubsup, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Msubsup, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Msubsup, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Msubsup, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Msubsup, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Msubsup, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Msubsup, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Msubsup, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Msubsup, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Msubsup, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Msubsup, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Msubsup, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Msubsup, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Msubsup, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Msubsup, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Msubsup, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Msubsup, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Source§impl<At, Ch> HtmlElement<Msup, At, Ch>
impl<At, Ch> HtmlElement<Msup, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Msup, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Msup, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Msup, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Msup, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Msup, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Msup, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Msup, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Msup, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Msup, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Msup, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Msup, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Msup, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Msup, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Msup, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Msup, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Msup, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Source§impl<At, Ch> HtmlElement<Munder, At, Ch>
impl<At, Ch> HtmlElement<Munder, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Munder, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Munder, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Munder, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Munder, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Munder, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Munder, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Munder, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Munder, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Munder, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Munder, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Munder, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Munder, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Munder, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Munder, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Munder, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Munder, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Sourcepub fn accentunder<V>(
self,
value: V,
) -> HtmlElement<Munder, <At as NextAttribute>::Output<Attr<Accentunder, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Accentunder, V>>: Attribute,
pub fn accentunder<V>(
self,
value: V,
) -> HtmlElement<Munder, <At as NextAttribute>::Output<Attr<Accentunder, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Accentunder, V>>: Attribute,
A MathML attribute.
Source§impl<At, Ch> HtmlElement<Munderover, At, Ch>
impl<At, Ch> HtmlElement<Munderover, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Munderover, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Munderover, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Munderover, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Munderover, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Munderover, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Munderover, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Munderover, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Munderover, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Munderover, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Munderover, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Munderover, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Munderover, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Munderover, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Munderover, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Munderover, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Munderover, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Sourcepub fn accent<V>(
self,
value: V,
) -> HtmlElement<Munderover, <At as NextAttribute>::Output<Attr<Accent, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Accent, V>>: Attribute,
pub fn accent<V>(
self,
value: V,
) -> HtmlElement<Munderover, <At as NextAttribute>::Output<Attr<Accent, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Accent, V>>: Attribute,
A MathML attribute.
Sourcepub fn accentunder<V>(
self,
value: V,
) -> HtmlElement<Munderover, <At as NextAttribute>::Output<Attr<Accentunder, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Accentunder, V>>: Attribute,
pub fn accentunder<V>(
self,
value: V,
) -> HtmlElement<Munderover, <At as NextAttribute>::Output<Attr<Accentunder, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Accentunder, V>>: Attribute,
A MathML attribute.
Source§impl<At, Ch> HtmlElement<Mtable, At, Ch>
impl<At, Ch> HtmlElement<Mtable, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Sourcepub fn align<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Align, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Align, V>>: Attribute,
pub fn align<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Align, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Align, V>>: Attribute,
A MathML attribute.
Sourcepub fn columnalign<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Columnalign, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Columnalign, V>>: Attribute,
pub fn columnalign<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Columnalign, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Columnalign, V>>: Attribute,
A MathML attribute.
Sourcepub fn columnlines<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Columnlines, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Columnlines, V>>: Attribute,
pub fn columnlines<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Columnlines, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Columnlines, V>>: Attribute,
A MathML attribute.
Sourcepub fn columnspacing<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Columnspacing, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Columnspacing, V>>: Attribute,
pub fn columnspacing<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Columnspacing, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Columnspacing, V>>: Attribute,
A MathML attribute.
Sourcepub fn frame<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Frame, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Frame, V>>: Attribute,
pub fn frame<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Frame, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Frame, V>>: Attribute,
A MathML attribute.
Sourcepub fn framespacing<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Framespacing, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Framespacing, V>>: Attribute,
pub fn framespacing<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Framespacing, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Framespacing, V>>: Attribute,
A MathML attribute.
Sourcepub fn rowalign<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Rowalign, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Rowalign, V>>: Attribute,
pub fn rowalign<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Rowalign, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Rowalign, V>>: Attribute,
A MathML attribute.
Sourcepub fn rowlines<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Rowlines, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Rowlines, V>>: Attribute,
pub fn rowlines<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Rowlines, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Rowlines, V>>: Attribute,
A MathML attribute.
Sourcepub fn rowspacing<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Rowspacing, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Rowspacing, V>>: Attribute,
pub fn rowspacing<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Rowspacing, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Rowspacing, V>>: Attribute,
A MathML attribute.
Sourcepub fn width<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Width, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Width, V>>: Attribute,
pub fn width<V>(
self,
value: V,
) -> HtmlElement<Mtable, <At as NextAttribute>::Output<Attr<Width, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Width, V>>: Attribute,
A MathML attribute.
Source§impl<At, Ch> HtmlElement<Mtd, At, Ch>
impl<At, Ch> HtmlElement<Mtd, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mtd, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mtd, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Mtd, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Mtd, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Mtd, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Mtd, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mtd, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mtd, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mtd, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mtd, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mtd, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mtd, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mtd, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mtd, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mtd, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mtd, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Sourcepub fn columnalign<V>(
self,
value: V,
) -> HtmlElement<Mtd, <At as NextAttribute>::Output<Attr<Columnalign, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Columnalign, V>>: Attribute,
pub fn columnalign<V>(
self,
value: V,
) -> HtmlElement<Mtd, <At as NextAttribute>::Output<Attr<Columnalign, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Columnalign, V>>: Attribute,
A MathML attribute.
Sourcepub fn columnspan<V>(
self,
value: V,
) -> HtmlElement<Mtd, <At as NextAttribute>::Output<Attr<Columnspan, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Columnspan, V>>: Attribute,
pub fn columnspan<V>(
self,
value: V,
) -> HtmlElement<Mtd, <At as NextAttribute>::Output<Attr<Columnspan, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Columnspan, V>>: Attribute,
A MathML attribute.
Sourcepub fn rowalign<V>(
self,
value: V,
) -> HtmlElement<Mtd, <At as NextAttribute>::Output<Attr<Rowalign, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Rowalign, V>>: Attribute,
pub fn rowalign<V>(
self,
value: V,
) -> HtmlElement<Mtd, <At as NextAttribute>::Output<Attr<Rowalign, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Rowalign, V>>: Attribute,
A MathML attribute.
Sourcepub fn rowspan<V>(
self,
value: V,
) -> HtmlElement<Mtd, <At as NextAttribute>::Output<Attr<Rowspan, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Rowspan, V>>: Attribute,
pub fn rowspan<V>(
self,
value: V,
) -> HtmlElement<Mtd, <At as NextAttribute>::Output<Attr<Rowspan, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Rowspan, V>>: Attribute,
A MathML attribute.
Source§impl<At, Ch> HtmlElement<Mtr, At, Ch>
impl<At, Ch> HtmlElement<Mtr, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mtr, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Mtr, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Mtr, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Mtr, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Mtr, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Mtr, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mtr, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Mtr, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mtr, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Mtr, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mtr, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Mtr, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mtr, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Mtr, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mtr, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Mtr, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Sourcepub fn columnalign<V>(
self,
value: V,
) -> HtmlElement<Mtr, <At as NextAttribute>::Output<Attr<Columnalign, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Columnalign, V>>: Attribute,
pub fn columnalign<V>(
self,
value: V,
) -> HtmlElement<Mtr, <At as NextAttribute>::Output<Attr<Columnalign, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Columnalign, V>>: Attribute,
A MathML attribute.
Sourcepub fn rowalign<V>(
self,
value: V,
) -> HtmlElement<Mtr, <At as NextAttribute>::Output<Attr<Rowalign, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Rowalign, V>>: Attribute,
pub fn rowalign<V>(
self,
value: V,
) -> HtmlElement<Mtr, <At as NextAttribute>::Output<Attr<Rowalign, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Rowalign, V>>: Attribute,
A MathML attribute.
Source§impl<At, Ch> HtmlElement<Maction, At, Ch>
impl<At, Ch> HtmlElement<Maction, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Maction, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Maction, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Maction, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Maction, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Maction, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Maction, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Maction, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Maction, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Maction, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Maction, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Maction, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Maction, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Maction, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Maction, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Maction, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Maction, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Source§impl<At, Ch> HtmlElement<Annotation, At, Ch>
impl<At, Ch> HtmlElement<Annotation, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Annotation, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Annotation, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Annotation, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Annotation, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Annotation, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Annotation, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Annotation, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Annotation, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Annotation, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Annotation, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Annotation, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Annotation, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Annotation, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Annotation, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Annotation, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Annotation, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Source§impl<At, Ch> HtmlElement<Semantics, At, Ch>
impl<At, Ch> HtmlElement<Semantics, At, Ch>
Sourcepub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Semantics, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
pub fn displaystyle<V>(
self,
value: V,
) -> HtmlElement<Semantics, <At as NextAttribute>::Output<Attr<Displaystyle, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Displaystyle, V>>: Attribute,
A MathML attribute.
Sourcepub fn href<V>(
self,
value: V,
) -> HtmlElement<Semantics, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
pub fn href<V>(
self,
value: V,
) -> HtmlElement<Semantics, <At as NextAttribute>::Output<Attr<Href, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Href, V>>: Attribute,
A MathML attribute.
Sourcepub fn id<V>(
self,
value: V,
) -> HtmlElement<Semantics, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
pub fn id<V>( self, value: V, ) -> HtmlElement<Semantics, <At as NextAttribute>::Output<Attr<Id, V>>, Ch>
A MathML attribute.
Sourcepub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Semantics, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
pub fn mathbackground<V>(
self,
value: V,
) -> HtmlElement<Semantics, <At as NextAttribute>::Output<Attr<Mathbackground, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathbackground, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Semantics, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
pub fn mathcolor<V>(
self,
value: V,
) -> HtmlElement<Semantics, <At as NextAttribute>::Output<Attr<Mathcolor, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathcolor, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Semantics, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
pub fn mathsize<V>(
self,
value: V,
) -> HtmlElement<Semantics, <At as NextAttribute>::Output<Attr<Mathsize, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathsize, V>>: Attribute,
A MathML attribute.
Sourcepub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Semantics, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
pub fn mathvariant<V>(
self,
value: V,
) -> HtmlElement<Semantics, <At as NextAttribute>::Output<Attr<Mathvariant, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Mathvariant, V>>: Attribute,
A MathML attribute.
Sourcepub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Semantics, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
pub fn scriptlevel<V>(
self,
value: V,
) -> HtmlElement<Semantics, <At as NextAttribute>::Output<Attr<Scriptlevel, V>>, Ch>where
V: AttributeValue,
At: NextAttribute,
<At as NextAttribute>::Output<Attr<Scriptlevel, V>>: Attribute,
A MathML attribute.
Trait Implementations§
Source§impl<E, At, Ch> AddAnyAttr for HtmlElement<E, At, Ch>
impl<E, At, Ch> AddAnyAttr for HtmlElement<E, At, Ch>
Source§type Output<SomeNewAttr: Attribute> = HtmlElement<E, <At as NextAttribute>::Output<SomeNewAttr>, Ch>
type Output<SomeNewAttr: Attribute> = HtmlElement<E, <At as NextAttribute>::Output<SomeNewAttr>, Ch>
Source§fn add_any_attr<NewAttr>(
self,
attr: NewAttr,
) -> <HtmlElement<E, At, Ch> as AddAnyAttr>::Output<NewAttr>where
NewAttr: Attribute,
fn add_any_attr<NewAttr>(
self,
attr: NewAttr,
) -> <HtmlElement<E, At, Ch> as AddAnyAttr>::Output<NewAttr>where
NewAttr: Attribute,
Source§impl<El, At, Ch, V> AriaAttributes<Dom, V> for HtmlElement<El, At, Ch>
impl<El, At, Ch, V> AriaAttributes<Dom, V> for HtmlElement<El, At, Ch>
Source§fn aria_activedescendant(
self,
value: V,
) -> Self::Output<Attr<AriaActivedescendant, V>>
fn aria_activedescendant( self, value: V, ) -> Self::Output<Attr<AriaActivedescendant, V>>
Source§fn aria_atomic(self, value: V) -> Self::Output<Attr<AriaAtomic, V>>
fn aria_atomic(self, value: V) -> Self::Output<Attr<AriaAtomic, V>>
aria-relevant
attribute.Source§fn aria_autocomplete(self, value: V) -> Self::Output<Attr<AriaAutocomplete, V>>
fn aria_autocomplete(self, value: V) -> Self::Output<Attr<AriaAutocomplete, V>>
Source§fn aria_busy(self, value: V) -> Self::Output<Attr<AriaBusy, V>>
fn aria_busy(self, value: V) -> Self::Output<Attr<AriaBusy, V>>
Source§fn aria_checked(self, value: V) -> Self::Output<Attr<AriaChecked, V>>
fn aria_checked(self, value: V) -> Self::Output<Attr<AriaChecked, V>>
Source§fn aria_colcount(self, value: V) -> Self::Output<Attr<AriaColcount, V>>
fn aria_colcount(self, value: V) -> Self::Output<Attr<AriaColcount, V>>
Source§fn aria_colindex(self, value: V) -> Self::Output<Attr<AriaColindex, V>>
fn aria_colindex(self, value: V) -> Self::Output<Attr<AriaColindex, V>>
Source§fn aria_colspan(self, value: V) -> Self::Output<Attr<AriaColspan, V>>
fn aria_colspan(self, value: V) -> Self::Output<Attr<AriaColspan, V>>
Source§fn aria_controls(self, value: V) -> Self::Output<Attr<AriaControls, V>>
fn aria_controls(self, value: V) -> Self::Output<Attr<AriaControls, V>>
Source§fn aria_current(self, value: V) -> Self::Output<Attr<AriaCurrent, V>>
fn aria_current(self, value: V) -> Self::Output<Attr<AriaCurrent, V>>
Source§fn aria_describedby(self, value: V) -> Self::Output<Attr<AriaDescribedby, V>>
fn aria_describedby(self, value: V) -> Self::Output<Attr<AriaDescribedby, V>>
Source§fn aria_description(self, value: V) -> Self::Output<Attr<AriaDescription, V>>
fn aria_description(self, value: V) -> Self::Output<Attr<AriaDescription, V>>
Source§fn aria_details(self, value: V) -> Self::Output<Attr<AriaDetails, V>>
fn aria_details(self, value: V) -> Self::Output<Attr<AriaDetails, V>>
Source§fn aria_disabled(self, value: V) -> Self::Output<Attr<AriaDisabled, V>>
fn aria_disabled(self, value: V) -> Self::Output<Attr<AriaDisabled, V>>
Source§fn aria_dropeffect(self, value: V) -> Self::Output<Attr<AriaDropeffect, V>>
fn aria_dropeffect(self, value: V) -> Self::Output<Attr<AriaDropeffect, V>>
Source§fn aria_errormessage(self, value: V) -> Self::Output<Attr<AriaErrormessage, V>>
fn aria_errormessage(self, value: V) -> Self::Output<Attr<AriaErrormessage, V>>
Source§fn aria_expanded(self, value: V) -> Self::Output<Attr<AriaExpanded, V>>
fn aria_expanded(self, value: V) -> Self::Output<Attr<AriaExpanded, V>>
Source§fn aria_flowto(self, value: V) -> Self::Output<Attr<AriaFlowto, V>>
fn aria_flowto(self, value: V) -> Self::Output<Attr<AriaFlowto, V>>
Source§fn aria_grabbed(self, value: V) -> Self::Output<Attr<AriaGrabbed, V>>
fn aria_grabbed(self, value: V) -> Self::Output<Attr<AriaGrabbed, V>>
Source§fn aria_haspopup(self, value: V) -> Self::Output<Attr<AriaHaspopup, V>>
fn aria_haspopup(self, value: V) -> Self::Output<Attr<AriaHaspopup, V>>
Source§fn aria_invalid(self, value: V) -> Self::Output<Attr<AriaInvalid, V>>
fn aria_invalid(self, value: V) -> Self::Output<Attr<AriaInvalid, V>>
Source§fn aria_keyshortcuts(self, value: V) -> Self::Output<Attr<AriaKeyshortcuts, V>>
fn aria_keyshortcuts(self, value: V) -> Self::Output<Attr<AriaKeyshortcuts, V>>
Source§fn aria_label(self, value: V) -> Self::Output<Attr<AriaLabel, V>>
fn aria_label(self, value: V) -> Self::Output<Attr<AriaLabel, V>>
Source§fn aria_labelledby(self, value: V) -> Self::Output<Attr<AriaLabelledby, V>>
fn aria_labelledby(self, value: V) -> Self::Output<Attr<AriaLabelledby, V>>
Source§fn aria_live(self, value: V) -> Self::Output<Attr<AriaLive, V>>
fn aria_live(self, value: V) -> Self::Output<Attr<AriaLive, V>>
Source§fn aria_modal(self, value: V) -> Self::Output<Attr<AriaModal, V>>
fn aria_modal(self, value: V) -> Self::Output<Attr<AriaModal, V>>
Source§fn aria_multiline(self, value: V) -> Self::Output<Attr<AriaMultiline, V>>
fn aria_multiline(self, value: V) -> Self::Output<Attr<AriaMultiline, V>>
Source§fn aria_multiselectable(
self,
value: V,
) -> Self::Output<Attr<AriaMultiselectable, V>>
fn aria_multiselectable( self, value: V, ) -> Self::Output<Attr<AriaMultiselectable, V>>
Source§fn aria_orientation(self, value: V) -> Self::Output<Attr<AriaOrientation, V>>
fn aria_orientation(self, value: V) -> Self::Output<Attr<AriaOrientation, V>>
Source§fn aria_owns(self, value: V) -> Self::Output<Attr<AriaOwns, V>>
fn aria_owns(self, value: V) -> Self::Output<Attr<AriaOwns, V>>
Source§fn aria_placeholder(self, value: V) -> Self::Output<Attr<AriaPlaceholder, V>>
fn aria_placeholder(self, value: V) -> Self::Output<Attr<AriaPlaceholder, V>>
Source§fn aria_posinset(self, value: V) -> Self::Output<Attr<AriaPosinset, V>>
fn aria_posinset(self, value: V) -> Self::Output<Attr<AriaPosinset, V>>
Source§fn aria_pressed(self, value: V) -> Self::Output<Attr<AriaPressed, V>>
fn aria_pressed(self, value: V) -> Self::Output<Attr<AriaPressed, V>>
Source§fn aria_readonly(self, value: V) -> Self::Output<Attr<AriaReadonly, V>>
fn aria_readonly(self, value: V) -> Self::Output<Attr<AriaReadonly, V>>
Source§fn aria_relevant(self, value: V) -> Self::Output<Attr<AriaRelevant, V>>
fn aria_relevant(self, value: V) -> Self::Output<Attr<AriaRelevant, V>>
Source§fn aria_required(self, value: V) -> Self::Output<Attr<AriaRequired, V>>
fn aria_required(self, value: V) -> Self::Output<Attr<AriaRequired, V>>
Source§fn aria_roledescription(
self,
value: V,
) -> Self::Output<Attr<AriaRoledescription, V>>
fn aria_roledescription( self, value: V, ) -> Self::Output<Attr<AriaRoledescription, V>>
Source§fn aria_rowcount(self, value: V) -> Self::Output<Attr<AriaRowcount, V>>
fn aria_rowcount(self, value: V) -> Self::Output<Attr<AriaRowcount, V>>
Source§fn aria_rowindex(self, value: V) -> Self::Output<Attr<AriaRowindex, V>>
fn aria_rowindex(self, value: V) -> Self::Output<Attr<AriaRowindex, V>>
Source§fn aria_rowspan(self, value: V) -> Self::Output<Attr<AriaRowspan, V>>
fn aria_rowspan(self, value: V) -> Self::Output<Attr<AriaRowspan, V>>
Source§fn aria_selected(self, value: V) -> Self::Output<Attr<AriaSelected, V>>
fn aria_selected(self, value: V) -> Self::Output<Attr<AriaSelected, V>>
Source§fn aria_setsize(self, value: V) -> Self::Output<Attr<AriaSetsize, V>>
fn aria_setsize(self, value: V) -> Self::Output<Attr<AriaSetsize, V>>
Source§fn aria_sort(self, value: V) -> Self::Output<Attr<AriaSort, V>>
fn aria_sort(self, value: V) -> Self::Output<Attr<AriaSort, V>>
Source§fn aria_valuemax(self, value: V) -> Self::Output<Attr<AriaValuemax, V>>
fn aria_valuemax(self, value: V) -> Self::Output<Attr<AriaValuemax, V>>
Source§fn aria_valuemin(self, value: V) -> Self::Output<Attr<AriaValuemin, V>>
fn aria_valuemin(self, value: V) -> Self::Output<Attr<AriaValuemin, V>>
Source§fn aria_valuenow(self, value: V) -> Self::Output<Attr<AriaValuenow, V>>
fn aria_valuenow(self, value: V) -> Self::Output<Attr<AriaValuenow, V>>
Source§fn aria_valuetext(self, value: V) -> Self::Output<Attr<AriaValuetext, V>>
fn aria_valuetext(self, value: V) -> Self::Output<Attr<AriaValuetext, V>>
aria-valuenow
for a range widget.Source§impl<E, At, Ch, C> ClassAttribute<C> for HtmlElement<E, At, Ch>
impl<E, At, Ch, C> ClassAttribute<C> for HtmlElement<E, At, Ch>
Source§type Output = <HtmlElement<E, At, Ch> as AddAnyAttr>::Output<Class<C>>
type Output = <HtmlElement<E, At, Ch> as AddAnyAttr>::Output<Class<C>>
Source§fn class(
self,
value: C,
) -> <HtmlElement<E, At, Ch> as ClassAttribute<C>>::Output
fn class( self, value: C, ) -> <HtmlElement<E, At, Ch> as ClassAttribute<C>>::Output
Source§impl<E, At, Ch> Clone for HtmlElement<E, At, Ch>
impl<E, At, Ch> Clone for HtmlElement<E, At, Ch>
Source§fn clone(&self) -> HtmlElement<E, At, Ch>
fn clone(&self) -> HtmlElement<E, At, Ch>
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl<E, At, Ch> Debug for HtmlElement<E, At, Ch>
impl<E, At, Ch> Debug for HtmlElement<E, At, Ch>
Source§impl<E, At, Ch, NewChild> ElementChild<NewChild> for HtmlElement<E, At, Ch>where
E: ElementWithChildren,
Ch: RenderHtml + NextTuple,
<Ch as NextTuple>::Output<<NewChild as IntoRender>::Output>: Render,
NewChild: IntoRender,
<NewChild as IntoRender>::Output: RenderHtml,
impl<E, At, Ch, NewChild> ElementChild<NewChild> for HtmlElement<E, At, Ch>where
E: ElementWithChildren,
Ch: RenderHtml + NextTuple,
<Ch as NextTuple>::Output<<NewChild as IntoRender>::Output>: Render,
NewChild: IntoRender,
<NewChild as IntoRender>::Output: RenderHtml,
Source§type Output = HtmlElement<E, At, <Ch as NextTuple>::Output<<NewChild as IntoRender>::Output>>
type Output = HtmlElement<E, At, <Ch as NextTuple>::Output<<NewChild as IntoRender>::Output>>
Source§fn child(
self,
child: NewChild,
) -> <HtmlElement<E, At, Ch> as ElementChild<NewChild>>::Output
fn child( self, child: NewChild, ) -> <HtmlElement<E, At, Ch> as ElementChild<NewChild>>::Output
Source§impl<El, At, Ch, V> GlobalAttributes<V> for HtmlElement<El, At, Ch>
impl<El, At, Ch, V> GlobalAttributes<V> for HtmlElement<El, At, Ch>
Source§fn accesskey(self, value: V) -> Self::Output<Attr<Accesskey, V>>
fn accesskey(self, value: V) -> Self::Output<Attr<Accesskey, V>>
accesskey
global attribute provides a hint for generating a keyboard shortcut for the current element.Source§fn autocapitalize(self, value: V) -> Self::Output<Attr<Autocapitalize, V>>
fn autocapitalize(self, value: V) -> Self::Output<Attr<Autocapitalize, V>>
autocapitalize
global attribute controls whether and how text input is automatically capitalized as it is entered/edited by the user.Source§fn autofocus(self, value: V) -> Self::Output<Attr<Autofocus, V>>
fn autofocus(self, value: V) -> Self::Output<Attr<Autofocus, V>>
autofocus
global attribute is a Boolean attribute indicating that an element should receive focus as soon as the page is loaded.Source§fn contenteditable(self, value: V) -> Self::Output<Attr<Contenteditable, V>>
fn contenteditable(self, value: V) -> Self::Output<Attr<Contenteditable, V>>
contenteditable
global attribute is an enumerated attribute indicating if the element should be editable by the user.Source§fn dir(self, value: V) -> Self::Output<Attr<Dir, V>>
fn dir(self, value: V) -> Self::Output<Attr<Dir, V>>
dir
global attribute is an enumerated attribute indicating the directionality of the element’s text.Source§fn draggable(self, value: V) -> Self::Output<Attr<Draggable, V>>
fn draggable(self, value: V) -> Self::Output<Attr<Draggable, V>>
draggable
global attribute is an enumerated attribute indicating whether the element can be dragged.Source§fn enterkeyhint(self, value: V) -> Self::Output<Attr<Enterkeyhint, V>>
fn enterkeyhint(self, value: V) -> Self::Output<Attr<Enterkeyhint, V>>
enterkeyhint
global attribute is used to customize the enter key on virtual keyboards.hidden
global attribute is a Boolean attribute indicating that the element is not yet, or is no longer, relevant.Source§fn id(self, value: V) -> Self::Output<Attr<Id, V>>
fn id(self, value: V) -> Self::Output<Attr<Id, V>>
id
global attribute defines a unique identifier (ID) which must be unique in the whole document.Source§fn inert(self, value: V) -> Self::Output<Attr<Inert, V>>
fn inert(self, value: V) -> Self::Output<Attr<Inert, V>>
inert
global attribute is a Boolean attribute that makes an element behave inertly.Source§fn inputmode(self, value: V) -> Self::Output<Attr<Inputmode, V>>
fn inputmode(self, value: V) -> Self::Output<Attr<Inputmode, V>>
inputmode
global attribute provides a hint to browsers for which virtual keyboard to display.Source§fn is(self, value: V) -> Self::Output<Attr<Is, V>>
fn is(self, value: V) -> Self::Output<Attr<Is, V>>
is
global attribute allows you to specify that a standard HTML element should behave like a custom built-in element.Source§fn itemid(self, value: V) -> Self::Output<Attr<Itemid, V>>
fn itemid(self, value: V) -> Self::Output<Attr<Itemid, V>>
itemid
global attribute is used to specify the unique, global identifier of an item.Source§fn itemprop(self, value: V) -> Self::Output<Attr<Itemprop, V>>
fn itemprop(self, value: V) -> Self::Output<Attr<Itemprop, V>>
itemprop
global attribute is used to add properties to an item.Source§fn itemref(self, value: V) -> Self::Output<Attr<Itemref, V>>
fn itemref(self, value: V) -> Self::Output<Attr<Itemref, V>>
itemref
global attribute is used to refer to other elements.Source§fn itemscope(self, value: V) -> Self::Output<Attr<Itemscope, V>>
fn itemscope(self, value: V) -> Self::Output<Attr<Itemscope, V>>
itemscope
global attribute is used to create a new item.Source§fn itemtype(self, value: V) -> Self::Output<Attr<Itemtype, V>>
fn itemtype(self, value: V) -> Self::Output<Attr<Itemtype, V>>
itemtype
global attribute is used to specify the types of items.Source§fn lang(self, value: V) -> Self::Output<Attr<Lang, V>>
fn lang(self, value: V) -> Self::Output<Attr<Lang, V>>
lang
global attribute helps define the language of an element.Source§fn nonce(self, value: V) -> Self::Output<Attr<Nonce, V>>
fn nonce(self, value: V) -> Self::Output<Attr<Nonce, V>>
nonce
global attribute is used to specify a cryptographic nonce.Source§fn part(self, value: V) -> Self::Output<Attr<Part, V>>
fn part(self, value: V) -> Self::Output<Attr<Part, V>>
part
global attribute identifies the element as a part of a component.Source§fn popover(self, value: V) -> Self::Output<Attr<Popover, V>>
fn popover(self, value: V) -> Self::Output<Attr<Popover, V>>
popover
global attribute defines the popover’s behavior.Source§fn role(self, value: V) -> Self::Output<Attr<Role, V>>
fn role(self, value: V) -> Self::Output<Attr<Role, V>>
role
global attribute defines the role of an element in ARIA.Source§fn slot(self, value: V) -> Self::Output<Attr<Slot, V>>
fn slot(self, value: V) -> Self::Output<Attr<Slot, V>>
slot
global attribute assigns a slot in a shadow DOM.Source§fn spellcheck(self, value: V) -> Self::Output<Attr<Spellcheck, V>>
fn spellcheck(self, value: V) -> Self::Output<Attr<Spellcheck, V>>
spellcheck
global attribute is an enumerated attribute that defines whether the element may be checked for spelling errors.Source§fn tabindex(self, value: V) -> Self::Output<Attr<Tabindex, V>>
fn tabindex(self, value: V) -> Self::Output<Attr<Tabindex, V>>
tabindex
global attribute indicates if the element can take input focus.Source§fn title(self, value: V) -> Self::Output<Attr<Title, V>>
fn title(self, value: V) -> Self::Output<Attr<Title, V>>
title
global attribute contains text representing advisory information.Source§fn translate(self, value: V) -> Self::Output<Attr<Translate, V>>
fn translate(self, value: V) -> Self::Output<Attr<Translate, V>>
translate
global attribute is an enumerated attribute that specifies whether an element’s attribute values and text content should be translated when the page is localized.Source§fn virtualkeyboardpolicy(
self,
value: V,
) -> Self::Output<Attr<Virtualkeyboardpolicy, V>>
fn virtualkeyboardpolicy( self, value: V, ) -> Self::Output<Attr<Virtualkeyboardpolicy, V>>
virtualkeyboardpolicy
global attribute specifies the behavior of the virtual keyboard.Source§impl<El, At, Ch, V> GlobalOnAttributes<V> for HtmlElement<El, At, Ch>
impl<El, At, Ch, V> GlobalOnAttributes<V> for HtmlElement<El, At, Ch>
Source§fn onabort(self, value: V) -> Self::Output<Attr<Onabort, V>>
fn onabort(self, value: V) -> Self::Output<Attr<Onabort, V>>
onabort
attribute to the element. Read moreSource§fn onautocomplete(self, value: V) -> Self::Output<Attr<Onautocomplete, V>>
fn onautocomplete(self, value: V) -> Self::Output<Attr<Onautocomplete, V>>
onautocomplete
attribute to the element. Read moreSource§fn onautocompleteerror(
self,
value: V,
) -> Self::Output<Attr<Onautocompleteerror, V>>
fn onautocompleteerror( self, value: V, ) -> Self::Output<Attr<Onautocompleteerror, V>>
onautocompleteerror
attribute to the element. Read moreSource§fn onblur(self, value: V) -> Self::Output<Attr<Onblur, V>>
fn onblur(self, value: V) -> Self::Output<Attr<Onblur, V>>
onblur
attribute to the element. Read moreSource§fn oncancel(self, value: V) -> Self::Output<Attr<Oncancel, V>>
fn oncancel(self, value: V) -> Self::Output<Attr<Oncancel, V>>
oncancel
attribute to the element. Read moreSource§fn oncanplay(self, value: V) -> Self::Output<Attr<Oncanplay, V>>
fn oncanplay(self, value: V) -> Self::Output<Attr<Oncanplay, V>>
oncanplay
attribute to the element. Read moreSource§fn oncanplaythrough(self, value: V) -> Self::Output<Attr<Oncanplaythrough, V>>
fn oncanplaythrough(self, value: V) -> Self::Output<Attr<Oncanplaythrough, V>>
oncanplaythrough
attribute to the element. Read moreSource§fn onchange(self, value: V) -> Self::Output<Attr<Onchange, V>>
fn onchange(self, value: V) -> Self::Output<Attr<Onchange, V>>
onchange
attribute to the element. Read moreSource§fn onclick(self, value: V) -> Self::Output<Attr<Onclick, V>>
fn onclick(self, value: V) -> Self::Output<Attr<Onclick, V>>
onclick
attribute to the element. Read moreSource§fn onclose(self, value: V) -> Self::Output<Attr<Onclose, V>>
fn onclose(self, value: V) -> Self::Output<Attr<Onclose, V>>
onclose
attribute to the element. Read moreoncontextmenu
attribute to the element. Read moreSource§fn oncuechange(self, value: V) -> Self::Output<Attr<Oncuechange, V>>
fn oncuechange(self, value: V) -> Self::Output<Attr<Oncuechange, V>>
oncuechange
attribute to the element. Read moreSource§fn ondblclick(self, value: V) -> Self::Output<Attr<Ondblclick, V>>
fn ondblclick(self, value: V) -> Self::Output<Attr<Ondblclick, V>>
ondblclick
attribute to the element. Read moreSource§fn ondrag(self, value: V) -> Self::Output<Attr<Ondrag, V>>
fn ondrag(self, value: V) -> Self::Output<Attr<Ondrag, V>>
ondrag
attribute to the element. Read moreSource§fn ondragend(self, value: V) -> Self::Output<Attr<Ondragend, V>>
fn ondragend(self, value: V) -> Self::Output<Attr<Ondragend, V>>
ondragend
attribute to the element. Read moreSource§fn ondragenter(self, value: V) -> Self::Output<Attr<Ondragenter, V>>
fn ondragenter(self, value: V) -> Self::Output<Attr<Ondragenter, V>>
ondragenter
attribute to the element. Read moreSource§fn ondragleave(self, value: V) -> Self::Output<Attr<Ondragleave, V>>
fn ondragleave(self, value: V) -> Self::Output<Attr<Ondragleave, V>>
ondragleave
attribute to the element. Read moreSource§fn ondragover(self, value: V) -> Self::Output<Attr<Ondragover, V>>
fn ondragover(self, value: V) -> Self::Output<Attr<Ondragover, V>>
ondragover
attribute to the element. Read moreSource§fn ondragstart(self, value: V) -> Self::Output<Attr<Ondragstart, V>>
fn ondragstart(self, value: V) -> Self::Output<Attr<Ondragstart, V>>
ondragstart
attribute to the element. Read moreSource§fn ondrop(self, value: V) -> Self::Output<Attr<Ondrop, V>>
fn ondrop(self, value: V) -> Self::Output<Attr<Ondrop, V>>
ondrop
attribute to the element. Read moreSource§fn ondurationchange(self, value: V) -> Self::Output<Attr<Ondurationchange, V>>
fn ondurationchange(self, value: V) -> Self::Output<Attr<Ondurationchange, V>>
ondurationchange
attribute to the element. Read moreSource§fn onemptied(self, value: V) -> Self::Output<Attr<Onemptied, V>>
fn onemptied(self, value: V) -> Self::Output<Attr<Onemptied, V>>
onemptied
attribute to the element. Read moreSource§fn onended(self, value: V) -> Self::Output<Attr<Onended, V>>
fn onended(self, value: V) -> Self::Output<Attr<Onended, V>>
onended
attribute to the element. Read moreSource§fn onerror(self, value: V) -> Self::Output<Attr<Onerror, V>>
fn onerror(self, value: V) -> Self::Output<Attr<Onerror, V>>
onerror
attribute to the element. Read moreSource§fn onfocus(self, value: V) -> Self::Output<Attr<Onfocus, V>>
fn onfocus(self, value: V) -> Self::Output<Attr<Onfocus, V>>
onfocus
attribute to the element. Read moreSource§fn onformdata(self, value: V) -> Self::Output<Attr<Onformdata, V>>
fn onformdata(self, value: V) -> Self::Output<Attr<Onformdata, V>>
onformdata
attribute to the element. Read moreSource§fn oninput(self, value: V) -> Self::Output<Attr<Oninput, V>>
fn oninput(self, value: V) -> Self::Output<Attr<Oninput, V>>
oninput
attribute to the element. Read moreSource§fn oninvalid(self, value: V) -> Self::Output<Attr<Oninvalid, V>>
fn oninvalid(self, value: V) -> Self::Output<Attr<Oninvalid, V>>
oninvalid
attribute to the element. Read moreSource§fn onkeydown(self, value: V) -> Self::Output<Attr<Onkeydown, V>>
fn onkeydown(self, value: V) -> Self::Output<Attr<Onkeydown, V>>
onkeydown
attribute to the element. Read moreSource§fn onkeypress(self, value: V) -> Self::Output<Attr<Onkeypress, V>>
fn onkeypress(self, value: V) -> Self::Output<Attr<Onkeypress, V>>
onkeypress
attribute to the element. Read moreSource§fn onkeyup(self, value: V) -> Self::Output<Attr<Onkeyup, V>>
fn onkeyup(self, value: V) -> Self::Output<Attr<Onkeyup, V>>
onkeyup
attribute to the element. Read moreSource§fn onlanguagechange(self, value: V) -> Self::Output<Attr<Onlanguagechange, V>>
fn onlanguagechange(self, value: V) -> Self::Output<Attr<Onlanguagechange, V>>
onlanguagechange
attribute to the element. Read moreSource§fn onload(self, value: V) -> Self::Output<Attr<Onload, V>>
fn onload(self, value: V) -> Self::Output<Attr<Onload, V>>
onload
attribute to the element. Read moreSource§fn onloadeddata(self, value: V) -> Self::Output<Attr<Onloadeddata, V>>
fn onloadeddata(self, value: V) -> Self::Output<Attr<Onloadeddata, V>>
onloadeddata
attribute to the element. Read moreSource§fn onloadedmetadata(self, value: V) -> Self::Output<Attr<Onloadedmetadata, V>>
fn onloadedmetadata(self, value: V) -> Self::Output<Attr<Onloadedmetadata, V>>
onloadedmetadata
attribute to the element. Read moreSource§fn onloadstart(self, value: V) -> Self::Output<Attr<Onloadstart, V>>
fn onloadstart(self, value: V) -> Self::Output<Attr<Onloadstart, V>>
onloadstart
attribute to the element. Read moreSource§fn onmousedown(self, value: V) -> Self::Output<Attr<Onmousedown, V>>
fn onmousedown(self, value: V) -> Self::Output<Attr<Onmousedown, V>>
onmousedown
attribute to the element. Read moreSource§fn onmouseenter(self, value: V) -> Self::Output<Attr<Onmouseenter, V>>
fn onmouseenter(self, value: V) -> Self::Output<Attr<Onmouseenter, V>>
onmouseenter
attribute to the element. Read moreSource§fn onmouseleave(self, value: V) -> Self::Output<Attr<Onmouseleave, V>>
fn onmouseleave(self, value: V) -> Self::Output<Attr<Onmouseleave, V>>
onmouseleave
attribute to the element. Read moreSource§fn onmousemove(self, value: V) -> Self::Output<Attr<Onmousemove, V>>
fn onmousemove(self, value: V) -> Self::Output<Attr<Onmousemove, V>>
onmousemove
attribute to the element. Read moreSource§fn onmouseout(self, value: V) -> Self::Output<Attr<Onmouseout, V>>
fn onmouseout(self, value: V) -> Self::Output<Attr<Onmouseout, V>>
onmouseout
attribute to the element. Read moreSource§fn onmouseover(self, value: V) -> Self::Output<Attr<Onmouseover, V>>
fn onmouseover(self, value: V) -> Self::Output<Attr<Onmouseover, V>>
onmouseover
attribute to the element. Read moreSource§fn onmouseup(self, value: V) -> Self::Output<Attr<Onmouseup, V>>
fn onmouseup(self, value: V) -> Self::Output<Attr<Onmouseup, V>>
onmouseup
attribute to the element. Read moreSource§fn onpause(self, value: V) -> Self::Output<Attr<Onpause, V>>
fn onpause(self, value: V) -> Self::Output<Attr<Onpause, V>>
onpause
attribute to the element. Read moreSource§fn onplay(self, value: V) -> Self::Output<Attr<Onplay, V>>
fn onplay(self, value: V) -> Self::Output<Attr<Onplay, V>>
onplay
attribute to the element. Read moreSource§fn onplaying(self, value: V) -> Self::Output<Attr<Onplaying, V>>
fn onplaying(self, value: V) -> Self::Output<Attr<Onplaying, V>>
onplaying
attribute to the element. Read moreSource§fn onprogress(self, value: V) -> Self::Output<Attr<Onprogress, V>>
fn onprogress(self, value: V) -> Self::Output<Attr<Onprogress, V>>
onprogress
attribute to the element. Read moreSource§fn onratechange(self, value: V) -> Self::Output<Attr<Onratechange, V>>
fn onratechange(self, value: V) -> Self::Output<Attr<Onratechange, V>>
onratechange
attribute to the element. Read moreSource§fn onreset(self, value: V) -> Self::Output<Attr<Onreset, V>>
fn onreset(self, value: V) -> Self::Output<Attr<Onreset, V>>
onreset
attribute to the element. Read moreSource§fn onresize(self, value: V) -> Self::Output<Attr<Onresize, V>>
fn onresize(self, value: V) -> Self::Output<Attr<Onresize, V>>
onresize
attribute to the element. Read moreSource§fn onscroll(self, value: V) -> Self::Output<Attr<Onscroll, V>>
fn onscroll(self, value: V) -> Self::Output<Attr<Onscroll, V>>
onscroll
attribute to the element. Read moreSource§fn onsecuritypolicyviolation(
self,
value: V,
) -> Self::Output<Attr<Onsecuritypolicyviolation, V>>
fn onsecuritypolicyviolation( self, value: V, ) -> Self::Output<Attr<Onsecuritypolicyviolation, V>>
onsecuritypolicyviolation
attribute to the element. Read moreSource§fn onseeked(self, value: V) -> Self::Output<Attr<Onseeked, V>>
fn onseeked(self, value: V) -> Self::Output<Attr<Onseeked, V>>
onseeked
attribute to the element. Read moreSource§fn onseeking(self, value: V) -> Self::Output<Attr<Onseeking, V>>
fn onseeking(self, value: V) -> Self::Output<Attr<Onseeking, V>>
onseeking
attribute to the element. Read moreSource§fn onselect(self, value: V) -> Self::Output<Attr<Onselect, V>>
fn onselect(self, value: V) -> Self::Output<Attr<Onselect, V>>
onselect
attribute to the element. Read moreSource§fn onslotchange(self, value: V) -> Self::Output<Attr<Onslotchange, V>>
fn onslotchange(self, value: V) -> Self::Output<Attr<Onslotchange, V>>
onslotchange
attribute to the element. Read moreSource§fn onstalled(self, value: V) -> Self::Output<Attr<Onstalled, V>>
fn onstalled(self, value: V) -> Self::Output<Attr<Onstalled, V>>
onstalled
attribute to the element. Read moreSource§fn onsubmit(self, value: V) -> Self::Output<Attr<Onsubmit, V>>
fn onsubmit(self, value: V) -> Self::Output<Attr<Onsubmit, V>>
onsubmit
attribute to the element. Read moreSource§fn onsuspend(self, value: V) -> Self::Output<Attr<Onsuspend, V>>
fn onsuspend(self, value: V) -> Self::Output<Attr<Onsuspend, V>>
onsuspend
attribute to the element. Read moreSource§fn ontimeupdate(self, value: V) -> Self::Output<Attr<Ontimeupdate, V>>
fn ontimeupdate(self, value: V) -> Self::Output<Attr<Ontimeupdate, V>>
ontimeupdate
attribute to the element. Read moreSource§fn ontoggle(self, value: V) -> Self::Output<Attr<Ontoggle, V>>
fn ontoggle(self, value: V) -> Self::Output<Attr<Ontoggle, V>>
ontoggle
attribute to the element. Read moreSource§fn onvolumechange(self, value: V) -> Self::Output<Attr<Onvolumechange, V>>
fn onvolumechange(self, value: V) -> Self::Output<Attr<Onvolumechange, V>>
onvolumechange
attribute to the element. Read moreSource§fn onwaiting(self, value: V) -> Self::Output<Attr<Onwaiting, V>>
fn onwaiting(self, value: V) -> Self::Output<Attr<Onwaiting, V>>
onwaiting
attribute to the element. Read moreSource§fn onwebkitanimationend(
self,
value: V,
) -> Self::Output<Attr<Onwebkitanimationend, V>>
fn onwebkitanimationend( self, value: V, ) -> Self::Output<Attr<Onwebkitanimationend, V>>
onwebkitanimationend
attribute to the element. Read moreSource§fn onwebkitanimationiteration(
self,
value: V,
) -> Self::Output<Attr<Onwebkitanimationiteration, V>>
fn onwebkitanimationiteration( self, value: V, ) -> Self::Output<Attr<Onwebkitanimationiteration, V>>
onwebkitanimationiteration
attribute to the element. Read moreSource§fn onwebkitanimationstart(
self,
value: V,
) -> Self::Output<Attr<Onwebkitanimationstart, V>>
fn onwebkitanimationstart( self, value: V, ) -> Self::Output<Attr<Onwebkitanimationstart, V>>
onwebkitanimationstart
attribute to the element. Read moreSource§fn onwebkittransitionend(
self,
value: V,
) -> Self::Output<Attr<Onwebkittransitionend, V>>
fn onwebkittransitionend( self, value: V, ) -> Self::Output<Attr<Onwebkittransitionend, V>>
onwebkittransitionend
attribute to the element. Read moreSource§impl<E, At, Ch> HasElementType for HtmlElement<E, At, Ch>where
E: ElementType,
impl<E, At, Ch> HasElementType for HtmlElement<E, At, Ch>where
E: ElementType,
Source§type ElementType = <E as ElementType>::Output
type ElementType = <E as ElementType>::Output
Source§impl<T, E, At> InnerHtmlAttribute<T> for HtmlElement<E, At, ()>
impl<T, E, At> InnerHtmlAttribute<T> for HtmlElement<E, At, ()>
Source§fn inner_html(
self,
value: T,
) -> <HtmlElement<E, At, ()> as AddAnyAttr>::Output<InnerHtml<T>>
fn inner_html( self, value: T, ) -> <HtmlElement<E, At, ()> as AddAnyAttr>::Output<InnerHtml<T>>
Source§impl<E, At, Ch> IntoFragment for HtmlElement<E, At, Ch>where
HtmlElement<E, At, Ch>: IntoAny,
impl<E, At, Ch> IntoFragment for HtmlElement<E, At, Ch>where
HtmlElement<E, At, Ch>: IntoAny,
Source§fn into_fragment(self) -> Fragment
fn into_fragment(self) -> Fragment
Source§impl<E, At, Ch, C> NodeRefAttribute<E, C> for HtmlElement<E, At, Ch>
impl<E, At, Ch, C> NodeRefAttribute<E, C> for HtmlElement<E, At, Ch>
Source§fn node_ref(self, container: C) -> Self::Output<NodeRefAttr<E, C>>
fn node_ref(self, container: C) -> Self::Output<NodeRefAttr<E, C>>
NodeRefContainer
.Source§impl<El, At, Ch, E, F> OnAttribute<E, F> for HtmlElement<El, At, Ch>where
El: ElementType + Send,
At: Attribute + Send,
Ch: RenderHtml + Send,
E: EventDescriptor + Send + 'static,
<E as EventDescriptor>::EventType: 'static + From<JsValue>,
F: FnMut(<E as EventDescriptor>::EventType) + 'static,
impl<El, At, Ch, E, F> OnAttribute<E, F> for HtmlElement<El, At, Ch>where
El: ElementType + Send,
At: Attribute + Send,
Ch: RenderHtml + Send,
E: EventDescriptor + Send + 'static,
<E as EventDescriptor>::EventType: 'static + From<JsValue>,
F: FnMut(<E as EventDescriptor>::EventType) + 'static,
Source§type Output = <HtmlElement<El, At, Ch> as AddAnyAttr>::Output<On<E, F>>
type Output = <HtmlElement<El, At, Ch> as AddAnyAttr>::Output<On<E, F>>
Source§fn on(
self,
event: E,
cb: F,
) -> <HtmlElement<El, At, Ch> as OnAttribute<E, F>>::Output
fn on( self, event: E, cb: F, ) -> <HtmlElement<El, At, Ch> as OnAttribute<E, F>>::Output
Source§impl<El, At, Ch, E, F> OnTargetAttribute<E, F, HtmlElement<El, At, Ch>> for HtmlElement<El, At, Ch>where
El: ElementType + Send,
At: Attribute + Send,
Ch: RenderHtml + Send,
E: EventDescriptor + Send + 'static,
<E as EventDescriptor>::EventType: 'static + From<JsValue>,
F: FnMut(Targeted<<E as EventDescriptor>::EventType, <HtmlElement<El, At, Ch> as HasElementType>::ElementType>) + 'static,
impl<El, At, Ch, E, F> OnTargetAttribute<E, F, HtmlElement<El, At, Ch>> for HtmlElement<El, At, Ch>where
El: ElementType + Send,
At: Attribute + Send,
Ch: RenderHtml + Send,
E: EventDescriptor + Send + 'static,
<E as EventDescriptor>::EventType: 'static + From<JsValue>,
F: FnMut(Targeted<<E as EventDescriptor>::EventType, <HtmlElement<El, At, Ch> as HasElementType>::ElementType>) + 'static,
Source§type Output = <HtmlElement<El, At, Ch> as AddAnyAttr>::Output<On<E, Box<dyn FnMut(<E as EventDescriptor>::EventType)>>>
type Output = <HtmlElement<El, At, Ch> as AddAnyAttr>::Output<On<E, Box<dyn FnMut(<E as EventDescriptor>::EventType)>>>
Source§fn on_target(
self,
event: E,
cb: F,
) -> <HtmlElement<El, At, Ch> as OnTargetAttribute<E, F, HtmlElement<El, At, Ch>>>::Output
fn on_target( self, event: E, cb: F, ) -> <HtmlElement<El, At, Ch> as OnTargetAttribute<E, F, HtmlElement<El, At, Ch>>>::Output
Source§impl<E, At, Ch> PartialEq for HtmlElement<E, At, Ch>
impl<E, At, Ch> PartialEq for HtmlElement<E, At, Ch>
Source§impl<E, At, Ch, K, P> PropAttribute<K, P> for HtmlElement<E, At, Ch>where
E: ElementType + Send,
At: Attribute + Send,
Ch: RenderHtml + Send,
K: AsRef<str> + Send,
P: IntoProperty,
impl<E, At, Ch, K, P> PropAttribute<K, P> for HtmlElement<E, At, Ch>where
E: ElementType + Send,
At: Attribute + Send,
Ch: RenderHtml + Send,
K: AsRef<str> + Send,
P: IntoProperty,
Source§type Output = <HtmlElement<E, At, Ch> as AddAnyAttr>::Output<Property<K, P>>
type Output = <HtmlElement<E, At, Ch> as AddAnyAttr>::Output<Property<K, P>>
Source§fn prop(
self,
key: K,
value: P,
) -> <HtmlElement<E, At, Ch> as PropAttribute<K, P>>::Output
fn prop( self, key: K, value: P, ) -> <HtmlElement<E, At, Ch> as PropAttribute<K, P>>::Output
Source§impl<E, At, Ch> Render for HtmlElement<E, At, Ch>
impl<E, At, Ch> Render for HtmlElement<E, At, Ch>
Source§impl<E, At, Ch> RenderHtml for HtmlElement<E, At, Ch>
impl<E, At, Ch> RenderHtml for HtmlElement<E, At, Ch>
Source§const MIN_LENGTH: usize
const MIN_LENGTH: usize
Source§type AsyncOutput = HtmlElement<E, <At as Attribute>::AsyncOutput, <Ch as RenderHtml>::AsyncOutput>
type AsyncOutput = HtmlElement<E, <At as Attribute>::AsyncOutput, <Ch as RenderHtml>::AsyncOutput>
Source§type Owned = HtmlElement<E, <At as Attribute>::CloneableOwned, <Ch as RenderHtml>::Owned>
type Owned = HtmlElement<E, <At as Attribute>::CloneableOwned, <Ch as RenderHtml>::Owned>
'static
.Source§fn dry_resolve(&mut self)
fn dry_resolve(&mut self)
Source§async fn resolve(self) -> <HtmlElement<E, At, Ch> as RenderHtml>::AsyncOutput
async fn resolve(self) -> <HtmlElement<E, At, Ch> as RenderHtml>::AsyncOutput
Source§fn html_len(&self) -> usize
fn html_len(&self) -> usize
Source§fn to_html_with_buf(
self,
buf: &mut String,
position: &mut Position,
_escape: bool,
mark_branches: bool,
extra_attributes: Vec<AnyAttribute>,
)
fn to_html_with_buf( self, buf: &mut String, position: &mut Position, _escape: bool, mark_branches: bool, extra_attributes: Vec<AnyAttribute>, )
Source§fn to_html_async_with_buf<const OUT_OF_ORDER: bool>(
self,
buffer: &mut StreamBuilder,
position: &mut Position,
_escape: bool,
mark_branches: bool,
extra_attributes: Vec<AnyAttribute>,
)where
HtmlElement<E, At, Ch>: Sized,
fn to_html_async_with_buf<const OUT_OF_ORDER: bool>(
self,
buffer: &mut StreamBuilder,
position: &mut Position,
_escape: bool,
mark_branches: bool,
extra_attributes: Vec<AnyAttribute>,
)where
HtmlElement<E, At, Ch>: Sized,
Source§fn hydrate<const FROM_SERVER: bool>(
self,
cursor: &Cursor,
position: &PositionState,
) -> <HtmlElement<E, At, Ch> as Render>::State
fn hydrate<const FROM_SERVER: bool>( self, cursor: &Cursor, position: &PositionState, ) -> <HtmlElement<E, At, Ch> as Render>::State
Source§fn into_owned(self) -> <HtmlElement<E, At, Ch> as RenderHtml>::Owned
fn into_owned(self) -> <HtmlElement<E, At, Ch> as RenderHtml>::Owned
'static
.Source§const EXISTS: bool = true
const EXISTS: bool = true
Source§fn to_html_branching(self) -> Stringwhere
Self: Sized,
fn to_html_branching(self) -> Stringwhere
Self: Sized,
Source§fn to_html_stream_in_order(self) -> StreamBuilderwhere
Self: Sized,
fn to_html_stream_in_order(self) -> StreamBuilderwhere
Self: Sized,
Source§fn to_html_stream_in_order_branching(self) -> StreamBuilderwhere
Self: Sized,
fn to_html_stream_in_order_branching(self) -> StreamBuilderwhere
Self: Sized,
Source§fn to_html_stream_out_of_order(self) -> StreamBuilderwhere
Self: Sized,
fn to_html_stream_out_of_order(self) -> StreamBuilderwhere
Self: Sized,
Source§fn to_html_stream_out_of_order_branching(self) -> StreamBuilderwhere
Self: Sized,
fn to_html_stream_out_of_order_branching(self) -> StreamBuilderwhere
Self: Sized,
Source§fn hydrate_from<const FROM_SERVER: bool>(self, el: &Element) -> Self::Statewhere
Self: Sized,
fn hydrate_from<const FROM_SERVER: bool>(self, el: &Element) -> Self::Statewhere
Self: Sized,
RenderHtml::hydrate
, beginning at the given element.Source§fn hydrate_from_position<const FROM_SERVER: bool>(
self,
el: &Element,
position: Position,
) -> Self::Statewhere
Self: Sized,
fn hydrate_from_position<const FROM_SERVER: bool>(
self,
el: &Element,
position: Position,
) -> Self::Statewhere
Self: Sized,
RenderHtml::hydrate
, beginning at the given element and position.Source§impl<E, At, Ch, S> StyleAttribute<S> for HtmlElement<E, At, Ch>
impl<E, At, Ch, S> StyleAttribute<S> for HtmlElement<E, At, Ch>
Source§type Output = <HtmlElement<E, At, Ch> as AddAnyAttr>::Output<Style<S>>
type Output = <HtmlElement<E, At, Ch> as AddAnyAttr>::Output<Style<S>>
Source§fn style(
self,
value: S,
) -> <HtmlElement<E, At, Ch> as StyleAttribute<S>>::Output
fn style( self, value: S, ) -> <HtmlElement<E, At, Ch> as StyleAttribute<S>>::Output
Source§impl<E, At, Ch> ToTemplate for HtmlElement<E, At, Ch>
impl<E, At, Ch> ToTemplate for HtmlElement<E, At, Ch>
Source§fn to_template(
buf: &mut String,
class: &mut String,
style: &mut String,
inner_html: &mut String,
position: &mut Position,
)
fn to_template( buf: &mut String, class: &mut String, style: &mut String, inner_html: &mut String, position: &mut Position, )
<template>
that corresponds
to a view of a particular type.impl<E, At, Ch> Copy for HtmlElement<E, At, Ch>
impl<E, At, Ch> Eq for HtmlElement<E, At, Ch>
impl<E, At, Ch> StructuralPartialEq for HtmlElement<E, At, Ch>
Auto Trait Implementations§
impl<E, At, Ch> Freeze for HtmlElement<E, At, Ch>
impl<E, At, Ch> RefUnwindSafe for HtmlElement<E, At, Ch>
impl<E, At, Ch> Send for HtmlElement<E, At, Ch>
impl<E, At, Ch> Sync for HtmlElement<E, At, Ch>
impl<E, At, Ch> Unpin for HtmlElement<E, At, Ch>
impl<E, At, Ch> UnwindSafe for HtmlElement<E, At, Ch>
Blanket Implementations§
Source§impl<V, Key, Sig, T> BindAttribute<Key, Sig, T> for Vwhere
V: AddAnyAttr,
Key: AttributeKey,
Sig: IntoSplitSignal<Value = T>,
T: FromEventTarget + AttributeValue + PartialEq + Sync + 'static,
Signal<BoolOrT<T>>: IntoProperty,
<Sig as IntoSplitSignal>::Read: Get<Value = T> + Send + Sync + Clone + 'static,
<Sig as IntoSplitSignal>::Write: Send + Clone + 'static,
Element: GetValue<T>,
impl<V, Key, Sig, T> BindAttribute<Key, Sig, T> for Vwhere
V: AddAnyAttr,
Key: AttributeKey,
Sig: IntoSplitSignal<Value = T>,
T: FromEventTarget + AttributeValue + PartialEq + Sync + 'static,
Signal<BoolOrT<T>>: IntoProperty,
<Sig as IntoSplitSignal>::Read: Get<Value = T> + Send + Sync + Clone + 'static,
<Sig as IntoSplitSignal>::Write: Send + Clone + 'static,
Element: GetValue<T>,
Source§type Output = <V as AddAnyAttr>::Output<Bind<Key, T, <Sig as IntoSplitSignal>::Read, <Sig as IntoSplitSignal>::Write>>
type Output = <V as AddAnyAttr>::Output<Bind<Key, T, <Sig as IntoSplitSignal>::Read, <Sig as IntoSplitSignal>::Write>>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T, K, V> CustomAttribute<K, V> for T
impl<T, K, V> CustomAttribute<K, V> for T
Source§fn attr(self, key: K, value: V) -> Self::Output<CustomAttr<K, V>>
fn attr(self, key: K, value: V) -> Self::Output<CustomAttr<K, V>>
Source§impl<V, T, P, D> DirectiveAttribute<T, P, D> for V
impl<V, T, P, D> DirectiveAttribute<T, P, D> for V
Source§type Output = <V as AddAnyAttr>::Output<Directive<T, D, P>>
type Output = <V as AddAnyAttr>::Output<Directive<T, D, P>>
Source§fn directive(
self,
handler: D,
param: P,
) -> <V as DirectiveAttribute<T, P, D>>::Output
fn directive( self, handler: D, param: P, ) -> <V as DirectiveAttribute<T, P, D>>::Output
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<T> IntoAny for Twhere
T: Send + RenderHtml,
impl<T> IntoAny for Twhere
T: Send + RenderHtml,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more