Struct html_sys::sections::HeadingGroup
source · #[non_exhaustive]pub struct HeadingGroup { /* private fields */ }
Expand description
The HTML <hgroup>
element
Trait Implementations§
source§impl Clone for HeadingGroup
impl Clone for HeadingGroup
source§fn clone(&self) -> HeadingGroup
fn clone(&self) -> HeadingGroup
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for HeadingGroup
impl Debug for HeadingGroup
source§impl Default for HeadingGroup
impl Default for HeadingGroup
source§fn default() -> HeadingGroup
fn default() -> HeadingGroup
Returns the “default value” for a type. Read more
source§impl Deref for HeadingGroup
impl Deref for HeadingGroup
source§impl DerefMut for HeadingGroup
impl DerefMut for HeadingGroup
source§impl Display for HeadingGroup
impl Display for HeadingGroup
source§impl PartialEq<HeadingGroup> for HeadingGroup
impl PartialEq<HeadingGroup> for HeadingGroup
source§fn eq(&self, other: &HeadingGroup) -> bool
fn eq(&self, other: &HeadingGroup) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<HeadingGroup> for HeadingGroup
impl PartialOrd<HeadingGroup> for HeadingGroup
source§fn partial_cmp(&self, other: &HeadingGroup) -> Option<Ordering>
fn partial_cmp(&self, other: &HeadingGroup) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more