Struct html_node_core::typed::elements::button
source · pub struct button {
pub attributes: <Self as TypedElement>::Attributes,
pub other_attributes: Vec<(String, Option<String>)>,
}Available on crate feature
typed only.Fields§
§attributes: <Self as TypedElement>::Attributes§other_attributes: Vec<(String, Option<String>)>Trait Implementations§
§type Attributes = ButtonAttributes
type Attributes = ButtonAttributes
The attributes of the element.
source§fn from_attributes(
attributes: Self::Attributes,
other_attributes: Vec<(String, Option<String>)>
) -> Self
fn from_attributes( attributes: Self::Attributes, other_attributes: Vec<(String, Option<String>)> ) -> Self
Create an element from its attributes.