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