Enum minifier::js::Keyword[][src]

pub enum Keyword {
    Break,
    Case,
    Catch,
    Const,
    Continue,
    Default,
    Do,
    Else,
    False,
    Finally,
    Function,
    For,
    If,
    In,
    InstanceOf,
    New,
    Null,
    Private,
    Protected,
    Public,
    Return,
    Switch,
    This,
    Throw,
    True,
    Try,
    Typeof,
    Static,
    Var,
    While,
}

Variants

Trait Implementations

impl Debug for Keyword
[src]

Formats the value using the given formatter. Read more

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

impl Clone for Keyword
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Keyword
[src]

impl Display for Keyword
[src]

Formats the value using the given formatter. Read more

impl<'a> MyTryFrom<&'a str> for Keyword
[src]

Auto Trait Implementations

impl Send for Keyword

impl Sync for Keyword