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