Enum minifier::js::token::ReservedChar [] [src]

pub enum ReservedChar {
    Comma,
    OpenParenthese,
    CloseParenthese,
    OpenCurlyBrace,
    CloseCurlyBrace,
    OpenBracket,
    CloseBracket,
    Colon,
    SemiColon,
    Dot,
    Quote,
    DoubleQuote,
    ExclamationMark,
    QuestionMark,
    Slash,
    Modulo,
    Star,
    Minus,
    Plus,
    EqualSign,
    Backslash,
    Space,
    Tab,
    Backline,
    LessThan,
    SuperiorThan,
    Pipe,
    Ampersand,
}

Variants

Trait Implementations

impl Debug for ReservedChar
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for ReservedChar
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for ReservedChar
[src]

impl Clone for ReservedChar
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ReservedChar
[src]

impl Display for ReservedChar
[src]

[src]

Formats the value using the given formatter. Read more

impl MyTryFrom<char> for ReservedChar
[src]

[src]

impl MyTryFrom<ReservedChar> for Operation
[src]

[src]

Auto Trait Implementations

impl Send for ReservedChar

impl Sync for ReservedChar