Struct languageserver_types::ReferenceContext
[−]
[src]
pub struct ReferenceContext {
pub include_declaration: bool,
}Fields
include_declaration: bool
Include the declaration of the current symbol.
Trait Implementations
impl Debug for ReferenceContext[src]
impl PartialEq for ReferenceContext[src]
fn eq(&self, __arg_0: &ReferenceContext) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ReferenceContext) -> bool[src]
This method tests for !=.