Enum gluon_completion::CompletionSymbol [] [src]

pub enum CompletionSymbol<'a> {
    Value {
        name: &'a Symbol,
        typ: &'a ArcType,
        expr: &'a SpannedExpr<Symbol>,
    },
    Type {
        name: &'a Symbol,
        alias: &'a AliasData<Symbol, AstType<Symbol>>,
    },
}

Variants

Fields of Value

Fields of Type

Trait Implementations

impl<'a> Debug for CompletionSymbol<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for CompletionSymbol<'a>
[src]

[src]

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

[src]

This method tests for !=.