Enum gluon_completion::Match [] [src]

pub enum Match<'a> {
    Expr(&'a SpannedExpr<Symbol>),
    Pattern(&'a SpannedPattern<Symbol>),
    Ident(Span<BytePos>, &'a Symbol, &'a ArcType),
    Type(Span<BytePos>, &'a SymbolArcKind),
}

Variants

Methods

impl<'a> Match<'a>
[src]

[src]

Trait Implementations

impl<'a> Clone for Match<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.