Struct typed_html::elements::hgroup

source ·
pub struct hgroup<T>where
    T: OutputType,
{ pub attrs: Attrs_hgroup, pub data_attributes: Vec<(&'static str, String)>, pub events: Events<T>, pub children: Vec<Box<dyn HGroupContent<T>>>, /* private fields */ }

Fields

attrs: Attrs_hgroupdata_attributes: Vec<(&'static str, String)>events: Events<T>children: Vec<Box<dyn HGroupContent<T>>>

Implementations

Trait Implementations

Formats the value using the given formatter. Read more
Get the name of the element.
Get a list of the attribute names for this element. Read more
Get a list of the element names of required children for this element. Read more
Get a list of the defined attribute pairs for this element. Read more
The type of the elements being iterated over.
Which kind of iterator are we turning this into?
Creates an iterator from a value. Read more
The type of the elements being iterated over.
Which kind of iterator are we turning this into?
Creates an iterator from a value. Read more
Render the node into a VNode tree. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Converts the given value to a String. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.