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