Struct languageserver_types::CodeActionCapability [−][src]
pub struct CodeActionCapability {
pub dynamic_registration: Option<bool>,
pub code_action_literal_support: Option<CodeActionLiteralSupport>,
}Fields
dynamic_registration: Option<bool>
This capability supports dynamic registration.
code_action_literal_support: Option<CodeActionLiteralSupport>
The client support code action literals as a valid
response of the textDocument/codeAction request.
Trait Implementations
impl Debug for CodeActionCapability[src]
impl Debug for CodeActionCapabilityfn 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 CodeActionCapability[src]
impl Eq for CodeActionCapabilityimpl PartialEq for CodeActionCapability[src]
impl PartialEq for CodeActionCapabilityfn eq(&self, other: &CodeActionCapability) -> bool[src]
fn eq(&self, other: &CodeActionCapability) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &CodeActionCapability) -> bool[src]
fn ne(&self, other: &CodeActionCapability) -> boolThis method tests for !=.
impl Default for CodeActionCapability[src]
impl Default for CodeActionCapabilityfn default() -> CodeActionCapability[src]
fn default() -> CodeActionCapabilityReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for CodeActionCapability
impl Send for CodeActionCapabilityimpl Sync for CodeActionCapability
impl Sync for CodeActionCapability