Struct kailua_langsvr_protocol::SymbolInformation [] [src]

pub struct SymbolInformation {
    pub name: String,
    pub kind: SymbolKind,
    pub location: Location,
    pub containerName: Option<String>,
}

Fields

Trait Implementations

impl Debug for SymbolInformation
[src]

Formats the value using the given formatter.

impl Clone for SymbolInformation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more