Enum languageserver_types::request::CodeActionRequest [−][src]
pub enum CodeActionRequest {}The code action request is sent from the client to the server to compute commands for a given text document and range. The request is triggered when the user moves the cursor into a problem marker in the editor or presses the lightbulb associated with a marker.
Trait Implementations
impl Debug for CodeActionRequest[src]
impl Debug for CodeActionRequestfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Request for CodeActionRequest[src]
impl Request for CodeActionRequestAuto Trait Implementations
impl Send for CodeActionRequest
impl Send for CodeActionRequestimpl Sync for CodeActionRequest
impl Sync for CodeActionRequest