Struct rls_analysis::SymbolResult [] [src]

pub struct SymbolResult {
    pub id: Id,
    pub name: String,
    pub kind: DefKind,
    pub span: Span,
}

Fields

Trait Implementations

impl Debug for SymbolResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for SymbolResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more