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