Enum html5ever::tokenizer::TagKind [] [src]

pub enum TagKind {
    StartTag,
    EndTag,
}

Variants

Trait Implementations

impl PartialEq for TagKind
[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 TagKind
[src]

impl Hash for TagKind
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Copy for TagKind
[src]

impl Clone for TagKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TagKind
[src]

Formats the value using the given formatter.