Enum syntect::parsing::BasicScopeStackOp [] [src]

pub enum BasicScopeStackOp {
    Push(Scope),
    Pop,
}

Used for ScopeStack::apply_with_hook

Variants

Trait Implementations

impl Debug for BasicScopeStackOp
[src]

Formats the value using the given formatter.

impl Clone for BasicScopeStackOp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BasicScopeStackOp
[src]

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

This method tests for !=.

impl Eq for BasicScopeStackOp
[src]