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