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