Enum tagua_parser::ast::Scope [] [src]

pub enum Scope {
    Dynamic,
    Static,
}

A scope.

Variants

A dynamic scope (default one).

A static scope (when declared with the static keyword).

Trait Implementations

impl Debug for Scope
[src]

Formats the value using the given formatter.

impl PartialEq for Scope
[src]

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

This method tests for !=.