Struct kuchiki::Doctype [] [src]

pub struct Doctype {
    pub name: String,
    pub public_id: String,
    pub system_id: String,
}

Data specific to doctype nodes.

Fields

The name of the doctype

The public ID of the doctype

The system ID of the doctype

Trait Implementations

impl Debug for Doctype
[src]

Formats the value using the given formatter.

impl PartialEq for Doctype
[src]

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

This method tests for !=.

impl Clone for Doctype
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more