pub struct button {
pub attributes: <button as TypedElement>::Attributes,
pub other_attributes: Vec<(String, Option<String>)>,
}
Available on crate feature
typed
only.Fields§
§attributes: <button as TypedElement>::Attributes
§other_attributes: Vec<(String, Option<String>)>
Trait Implementations§
Source§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>)>,
) -> button
fn from_attributes( attributes: <button as TypedElement>::Attributes, other_attributes: Vec<(String, Option<String>)>, ) -> button
Create an element from its attributes.
Auto Trait Implementations§
Blanket Implementations§
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
Mutably borrows from an owned value. Read more