Struct languageserver_types::ReferenceParams [−][src]
pub struct ReferenceParams {
pub text_document: TextDocumentIdentifier,
pub position: Position,
pub context: ReferenceContext,
}Fields
text_document: TextDocumentIdentifier
The text document.
position: Position
The position inside the text document.
context: ReferenceContext
Trait Implementations
impl Debug for ReferenceParams[src]
impl Debug for ReferenceParamsfn 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 ReferenceParams[src]
impl Eq for ReferenceParamsimpl PartialEq for ReferenceParams[src]
impl PartialEq for ReferenceParamsfn eq(&self, other: &ReferenceParams) -> bool[src]
fn eq(&self, other: &ReferenceParams) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ReferenceParams) -> bool[src]
fn ne(&self, other: &ReferenceParams) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for ReferenceParams
impl Send for ReferenceParamsimpl Sync for ReferenceParams
impl Sync for ReferenceParams