Struct lsp_types::CompletionParams
source · [−]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
sourceimpl Clone for CompletionParams
impl Clone for CompletionParams
sourcefn clone(&self) -> CompletionParams
fn clone(&self) -> CompletionParams
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for CompletionParams
impl Debug for CompletionParams
sourceimpl<'de> Deserialize<'de> for CompletionParams
impl<'de> Deserialize<'de> for CompletionParams
sourcefn 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
sourceimpl PartialEq<CompletionParams> for CompletionParams
impl PartialEq<CompletionParams> for CompletionParams
sourcefn eq(&self, other: &CompletionParams) -> bool
fn eq(&self, other: &CompletionParams) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourceimpl Serialize for CompletionParams
impl Serialize for CompletionParams
impl StructuralPartialEq for CompletionParams
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more