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