Struct languageserver_types::CompletionParams
[−]
[src]
pub struct CompletionParams {
pub text_document: TextDocumentIdentifier,
pub position: Position,
pub context: Option<CompletionContext>,
}Fields
text_document: TextDocumentIdentifier
The text document.
position: Position
The position inside the text document.
context: Option<CompletionContext>
Trait Implementations
impl Debug for CompletionParams[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl PartialEq for CompletionParams[src]
fn eq(&self, __arg_0: &CompletionParams) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &CompletionParams) -> bool[src]
This method tests for !=.