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