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