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