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