pub struct sup {
pub attributes: <sup as TypedElement>::Attributes,
pub other_attributes: Vec<(String, Option<String>)>,
}
Available on crate feature
typed
only.Fields§
§attributes: <sup as TypedElement>::Attributes
§other_attributes: Vec<(String, Option<String>)>
Trait Implementations§
Source§impl TypedElement for sup
impl TypedElement for sup
Source§type Attributes = SupAttributes
type Attributes = SupAttributes
The attributes of the element.
Source§fn from_attributes(
attributes: <sup as TypedElement>::Attributes,
other_attributes: Vec<(String, Option<String>)>,
) -> sup
fn from_attributes( attributes: <sup as TypedElement>::Attributes, other_attributes: Vec<(String, Option<String>)>, ) -> sup
Create an element from its attributes.
Auto Trait Implementations§
impl Freeze for sup
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