Enum languageserver_types::request::ApplyWorkspaceEdit [] [src]

pub enum ApplyWorkspaceEdit {}

The workspace/applyEdit request is sent from the server to the client to modify resource on the client side.

Trait Implementations

impl Debug for ApplyWorkspaceEdit
[src]

[src]

Formats the value using the given formatter. Read more

impl Request for ApplyWorkspaceEdit
[src]

METHOD: &'static str = "workspace/applyEdit"

Auto Trait Implementations