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

pub enum MatchOperation {
    Push(Vec<ContextReference>),
    Set(Vec<ContextReference>),
    Pop,
    None,
}

Variants

Trait Implementations

impl Debug for MatchOperation
[src]

Formats the value using the given formatter.

impl Eq for MatchOperation
[src]

impl PartialEq for MatchOperation
[src]

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

This method tests for !=.