Struct html5ever::tokenizer::Doctype [] [src]

pub struct Doctype {
    pub name: Option<StrTendril>,
    pub public_id: Option<StrTendril>,
    pub system_id: Option<StrTendril>,
    pub force_quirks: bool,
}

A DOCTYPE token.

Fields

Methods

impl Doctype
[src]

Trait Implementations

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 Eq for Doctype
[src]

impl Clone for Doctype
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Doctype
[src]

Formats the value using the given formatter.