Enum gluon_completion::Match[][src]

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

Variants

Methods

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

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Match<'a>

impl<'a> Sync for Match<'a>