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