Enum pest_meta::ast::RuleType[][src]

pub enum RuleType {
    Normal,
    Silent,
    Atomic,
    CompoundAtomic,
    NonAtomic,
}

Variants

Trait Implementations

impl Clone for RuleType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RuleType
[src]

impl Debug for RuleType
[src]

Formats the value using the given formatter. Read more

impl Eq for RuleType
[src]

impl PartialEq for RuleType
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for RuleType

impl Sync for RuleType