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