Struct lsp_types::CompletionParams [−][src]
pub struct CompletionParams {
pub text_document_position: TextDocumentPositionParams,
pub work_done_progress_params: WorkDoneProgressParams,
pub partial_result_params: PartialResultParams,
pub context: Option<CompletionContext>,
}Fields
text_document_position: TextDocumentPositionParamswork_done_progress_params: WorkDoneProgressParamspartial_result_params: PartialResultParamscontext: Option<CompletionContext>Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CompletionParams
impl Send for CompletionParams
impl Sync for CompletionParams
impl Unpin for CompletionParams
impl UnwindSafe for CompletionParams
Blanket Implementations
Mutably borrows from an owned value. Read more