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