Struct languageserver_types::ReferenceContext[][src]

pub struct ReferenceContext {
    pub include_declaration: bool,
}

Fields

Include the declaration of the current symbol.

Trait Implementations

impl Debug for ReferenceContext
[src]

Formats the value using the given formatter. Read more

impl Eq for ReferenceContext
[src]

impl PartialEq for ReferenceContext
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations