Struct sxd_document::dom::Root [] [src]

pub struct Root<'d> { /* fields omitted */ }

The logical ancestor of every other node type

Methods

impl<'d> Root<'d>
[src]

impl<'d> Root<'d>
[src]

Trait Implementations

impl<'d> Copy for Root<'d>
[src]

impl<'d> Clone for Root<'d>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'d> PartialEq for Root<'d>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'d> Eq for Root<'d>
[src]

impl<'d> Hash for Root<'d>
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl<'d> Debug for Root<'d>
[src]

Formats the value using the given formatter.