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