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