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