Struct sxd_document::dom::ProcessingInstruction [] [src]

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

Metadata relevant to the application, but not the XML processor or humans

Methods

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

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

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

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

Formats the value using the given formatter.