pub struct small {
pub attributes: SmallAttributes,
pub data_attributes: Vec<(String, Option<String>), Global>,
pub aria_attributes: Vec<(String, Option<String>), Global>,
}
Fields§
§attributes: SmallAttributes
§data_attributes: Vec<(String, Option<String>), Global>
§aria_attributes: Vec<(String, Option<String>), Global>
Trait Implementations§
source§impl TypedElement for small
impl TypedElement for small
§type Attributes = SmallAttributes
type Attributes = SmallAttributes
The attributes of the element.
source§fn from_attributes(
attributes: <small as TypedElement>::Attributes,
data_attributes: Vec<(String, Option<String>), Global>,
aria_attributes: Vec<(String, Option<String>), Global>
) -> small
fn from_attributes( attributes: <small as TypedElement>::Attributes, data_attributes: Vec<(String, Option<String>), Global>, aria_attributes: Vec<(String, Option<String>), Global> ) -> small
Create an element from its attributes.
Auto Trait Implementations§
impl RefUnwindSafe for small
impl Send for small
impl Sync for small
impl Unpin for small
impl UnwindSafe for small
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