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