Enum kailua_syntax::lex::NestingCategory [] [src]

pub enum NestingCategory {
    Expr,
    Meta,
}

The major category of the current nesting, most commonly used for autocompletion.

Variants

Trait Implementations

impl Copy for NestingCategory
[src]

impl Clone for NestingCategory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for NestingCategory
[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 NestingCategory
[src]

impl Debug for NestingCategory
[src]

Formats the value using the given formatter.