Struct html_sys::HTMLHeadingElement
source · pub struct HTMLHeadingElement { /* private fields */ }
Methods from Deref<Target = HTMLElement>§
Methods from Deref<Target = Element>§
Methods from Deref<Target = Node>§
Trait Implementations§
source§impl Clone for HTMLHeadingElement
impl Clone for HTMLHeadingElement
source§fn clone(&self) -> HTMLHeadingElement
fn clone(&self) -> HTMLHeadingElement
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 HTMLHeadingElement
impl Debug for HTMLHeadingElement
source§impl Default for HTMLHeadingElement
impl Default for HTMLHeadingElement
source§fn default() -> HTMLHeadingElement
fn default() -> HTMLHeadingElement
Returns the “default value” for a type. Read more
source§impl Deref for HTMLHeadingElement
impl Deref for HTMLHeadingElement
source§impl PartialEq<HTMLHeadingElement> for HTMLHeadingElement
impl PartialEq<HTMLHeadingElement> for HTMLHeadingElement
source§fn eq(&self, other: &HTMLHeadingElement) -> bool
fn eq(&self, other: &HTMLHeadingElement) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.