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