Struct sxd_document::dom::Text [] [src]

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

Textual data

Methods

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

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

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'d> PartialEq for Text<'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 Text<'d>
[src]

impl<'d> Hash for Text<'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 Text<'d>
[src]

Formats the value using the given formatter.