Struct clang::documentation::HtmlStartTag [] [src]

pub struct HtmlStartTag {
    pub name: String,
    pub attributes: Vec<(String, String)>,
    pub closing: bool,
}

An HTML start tag.

Fields

The tag name.

The attributes associated with the tag, if any.

Whether the tag is self-closing.

Trait Implementations

impl Clone for HtmlStartTag
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for HtmlStartTag
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for HtmlStartTag
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for HtmlStartTag
[src]

Auto Trait Implementations

impl Send for HtmlStartTag

impl Sync for HtmlStartTag