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