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