Struct sxd_document::dom::Root
[−]
[src]
pub struct Root<'d> { /* fields omitted */ }
Methods
impl<'d> Root<'d>[src]
impl<'d> Root<'d>[src]
fn append_child<C>(&self, child: C) where
C: Into<ChildOfRoot<'d>>, [src]
C: Into<ChildOfRoot<'d>>,
fn children(&self) -> Vec<ChildOfRoot<'d>>[src]
Trait Implementations
impl<'d> Copy for Root<'d>[src]
impl<'d> Clone for Root<'d>[src]
fn clone(&self) -> Root<'d>[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl<'d> PartialEq for Root<'d>[src]
fn eq(&self, other: &Root<'d>) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl<'d> Eq for Root<'d>[src]
impl<'d> Hash for Root<'d>[src]
fn hash<H>(&self, state: &mut H) where
H: Hasher, [src]
H: Hasher,
Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more