Struct lsp::types::ReferenceContext[][src]

pub struct ReferenceContext {
    pub include_declaration: bool,
}

Value-object that contains additional information when requesting references.

Fields

Include the declaration of the current symbol.

Trait Implementations

impl Debug for ReferenceContext
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations