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