Enum easter::punc::AssopTag [] [src]

pub enum AssopTag {
    Eq,
    PlusEq,
    MinusEq,
    TimesEq,
    DivEq,
    ModEq,
    LShiftEq,
    RShiftEq,
    URShiftEq,
    BitOrEq,
    BitXorEq,
    BitAndEq,
}

Variants

Trait Implementations

impl Debug for AssopTag
[src]

Formats the value using the given formatter.

impl Eq for AssopTag
[src]

impl PartialEq for AssopTag
[src]

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

This method tests for !=.

impl FromStr for AssopTag
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Precedence for AssopTag
[src]

impl Display for AssopTag
[src]

Formats the value using the given formatter. Read more