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