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