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