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