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