Struct xml5ever::tokenizer::Pi [] [src]

pub struct Pi {
    pub target: StrTendril,
    pub data: StrTendril,
}

A ProcessingInstruction token.

Fields

What is the name of processing instruction.

Text of processing instruction.

Trait Implementations

impl PartialEq for Pi
[src]

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

This method tests for !=.

impl Eq for Pi
[src]

impl Clone for Pi
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Pi
[src]

Formats the value using the given formatter.