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