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

pub enum TagKind {
    StartTag,
    EndTag,
}

Variants

StartTag
EndTag

Trait Implementations

Derived Implementations

impl Debug for TagKind

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for TagKind

fn clone(&self) -> TagKind

fn clone_from(&mut self, source: &Self)

impl Copy for TagKind

impl Hash for TagKind

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Eq for TagKind

impl PartialEq for TagKind

fn eq(&self, __arg_0: &TagKind) -> bool

fn ne(&self, __arg_0: &TagKind) -> bool