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