Struct languageserver_types::CodeActionParams [−][src]
pub struct CodeActionParams {
pub text_document: TextDocumentIdentifier,
pub range: Range,
pub context: CodeActionContext,
}Params for the CodeActionRequest
Fields
text_document: TextDocumentIdentifier
The document in which the command was invoked.
range: Range
The range for which the command was invoked.
context: CodeActionContext
Context carrying additional information.
Trait Implementations
impl Debug for CodeActionParams[src]
impl Debug for CodeActionParamsfn 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 CodeActionParams[src]
impl Eq for CodeActionParamsimpl PartialEq for CodeActionParams[src]
impl PartialEq for CodeActionParamsfn eq(&self, other: &CodeActionParams) -> bool[src]
fn eq(&self, other: &CodeActionParams) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &CodeActionParams) -> bool[src]
fn ne(&self, other: &CodeActionParams) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for CodeActionParams
impl Send for CodeActionParamsimpl Sync for CodeActionParams
impl Sync for CodeActionParams