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