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