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