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