Struct rls_analysis::SymbolResult [] [src]

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

Fields

Trait Implementations

impl Debug for SymbolResult
[src]

Formats the value using the given formatter.

impl Clone for SymbolResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more