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