Enum syntect::parsing::syntax_definition::Pattern [] [src]

pub enum Pattern {
    Match(MatchPattern),
    Include(ContextReference),
}

Variants

Trait Implementations

impl Debug for Pattern
[src]

Formats the value using the given formatter.

impl Eq for Pattern
[src]

impl PartialEq for Pattern
[src]

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

This method tests for !=.