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