Trait TypedAttributes

Source
pub trait TypedAttributes {
    // Required method
    fn into_attributes(self) -> Vec<(String, Option<String>)>;
}
Available on crate feature typed only.
Expand description

A typed set of HTML attributes.

Required Methods§

Source

fn into_attributes(self) -> Vec<(String, Option<String>)>

Convert the typed attributes into a set of attributes.

Implementors§

Source§

impl TypedAttributes for AAttributes

Source§

impl TypedAttributes for AbbrAttributes

Source§

impl TypedAttributes for AddressAttributes

Source§

impl TypedAttributes for AreaAttributes

Source§

impl TypedAttributes for ArticleAttributes

Source§

impl TypedAttributes for AsideAttributes

Source§

impl TypedAttributes for AudioAttributes

Source§

impl TypedAttributes for BAttributes

Source§

impl TypedAttributes for BaseAttributes

Source§

impl TypedAttributes for BdiAttributes

Source§

impl TypedAttributes for BdoAttributes

Source§

impl TypedAttributes for BlockquoteAttributes

Source§

impl TypedAttributes for BodyAttributes

Source§

impl TypedAttributes for BrAttributes

Source§

impl TypedAttributes for ButtonAttributes

Source§

impl TypedAttributes for CanvasAttributes

Source§

impl TypedAttributes for CaptionAttributes

Source§

impl TypedAttributes for CiteAttributes

Source§

impl TypedAttributes for CodeAttributes

Source§

impl TypedAttributes for ColAttributes

Source§

impl TypedAttributes for ColgroupAttributes

Source§

impl TypedAttributes for DataAttributes

Source§

impl TypedAttributes for DatalistAttributes

Source§

impl TypedAttributes for DdAttributes

Source§

impl TypedAttributes for DelAttributes

Source§

impl TypedAttributes for DetailsAttributes

Source§

impl TypedAttributes for DfnAttributes

Source§

impl TypedAttributes for DialogAttributes

Source§

impl TypedAttributes for DivAttributes

Source§

impl TypedAttributes for DlAttributes

Source§

impl TypedAttributes for DtAttributes

Source§

impl TypedAttributes for EmAttributes

Source§

impl TypedAttributes for EmbedAttributes

Source§

impl TypedAttributes for FieldsetAttributes

Source§

impl TypedAttributes for FigcaptionAttributes

Source§

impl TypedAttributes for FigureAttributes

Source§

impl TypedAttributes for FooterAttributes

Source§

impl TypedAttributes for FormAttributes

Source§

impl TypedAttributes for H1Attributes

Source§

impl TypedAttributes for H2Attributes

Source§

impl TypedAttributes for H3Attributes

Source§

impl TypedAttributes for H4Attributes

Source§

impl TypedAttributes for H5Attributes

Source§

impl TypedAttributes for H6Attributes

Source§

impl TypedAttributes for HeadAttributes

Source§

impl TypedAttributes for HeaderAttributes

Source§

impl TypedAttributes for HgroupAttributes

Source§

impl TypedAttributes for HrAttributes

Source§

impl TypedAttributes for HtmlAttributes

Source§

impl TypedAttributes for IAttributes

Source§

impl TypedAttributes for IframeAttributes

Source§

impl TypedAttributes for ImgAttributes

Source§

impl TypedAttributes for InputAttributes

Source§

impl TypedAttributes for InsAttributes

Source§

impl TypedAttributes for KbdAttributes

Source§

impl TypedAttributes for LabelAttributes

Source§

impl TypedAttributes for LegendAttributes

Source§

impl TypedAttributes for LiAttributes

Source§

impl TypedAttributes for LinkAttributes

Source§

impl TypedAttributes for MainAttributes

Source§

impl TypedAttributes for MapAttributes

Source§

impl TypedAttributes for MarkAttributes

Source§

impl TypedAttributes for MathAttributes

Source§

impl TypedAttributes for MenuAttributes

Source§

impl TypedAttributes for MetaAttributes

Source§

impl TypedAttributes for MeterAttributes

Source§

impl TypedAttributes for NavAttributes

Source§

impl TypedAttributes for NoscriptAttributes

Source§

impl TypedAttributes for ObjectAttributes

Source§

impl TypedAttributes for OlAttributes

Source§

impl TypedAttributes for OptgroupAttributes

Source§

impl TypedAttributes for OptionAttributes

Source§

impl TypedAttributes for OutputAttributes

Source§

impl TypedAttributes for PAttributes

Source§

impl TypedAttributes for PictureAttributes

Source§

impl TypedAttributes for PortalAttributes

Source§

impl TypedAttributes for PreAttributes

Source§

impl TypedAttributes for ProgressAttributes

Source§

impl TypedAttributes for QAttributes

Source§

impl TypedAttributes for RpAttributes

Source§

impl TypedAttributes for RtAttributes

Source§

impl TypedAttributes for RubyAttributes

Source§

impl TypedAttributes for SAttributes

Source§

impl TypedAttributes for SampAttributes

Source§

impl TypedAttributes for ScriptAttributes

Source§

impl TypedAttributes for SearchAttributes

Source§

impl TypedAttributes for SectionAttributes

Source§

impl TypedAttributes for SelectAttributes

Source§

impl TypedAttributes for SlotAttributes

Source§

impl TypedAttributes for SmallAttributes

Source§

impl TypedAttributes for SourceAttributes

Source§

impl TypedAttributes for SpanAttributes

Source§

impl TypedAttributes for StrongAttributes

Source§

impl TypedAttributes for StyleAttributes

Source§

impl TypedAttributes for SubAttributes

Source§

impl TypedAttributes for SupAttributes

Source§

impl TypedAttributes for SvgAttributes

Source§

impl TypedAttributes for TableAttributes

Source§

impl TypedAttributes for TbodyAttributes

Source§

impl TypedAttributes for TdAttributes

Source§

impl TypedAttributes for TemplateAttributes

Source§

impl TypedAttributes for TextareaAttributes

Source§

impl TypedAttributes for TfootAttributes

Source§

impl TypedAttributes for ThAttributes

Source§

impl TypedAttributes for TheadAttributes

Source§

impl TypedAttributes for TimeAttributes

Source§

impl TypedAttributes for TitleAttributes

Source§

impl TypedAttributes for TrAttributes

Source§

impl TypedAttributes for TrackAttributes

Source§

impl TypedAttributes for UAttributes

Source§

impl TypedAttributes for UlAttributes

Source§

impl TypedAttributes for VarAttributes

Source§

impl TypedAttributes for VideoAttributes

Source§

impl TypedAttributes for WbrAttributes