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 Debug for ReferenceContextfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for ReferenceContext[src]
impl Eq for ReferenceContextimpl PartialEq for ReferenceContext[src]
impl PartialEq for ReferenceContextfn eq(&self, other: &ReferenceContext) -> bool[src]
fn eq(&self, other: &ReferenceContext) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ReferenceContext) -> bool[src]
fn ne(&self, other: &ReferenceContext) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for ReferenceContext
impl Send for ReferenceContextimpl Sync for ReferenceContext
impl Sync for ReferenceContext