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