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