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]
impl Debug for ApplyWorkspaceEditfn 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 ApplyWorkspaceEdit[src]
impl Request for ApplyWorkspaceEdittype Params = ApplyWorkspaceEditParams
type Result = ApplyWorkspaceEditResponse
const METHOD: &'static str
METHOD: &'static str = "workspace/applyEdit"
Auto Trait Implementations
impl Send for ApplyWorkspaceEdit
impl Send for ApplyWorkspaceEditimpl Sync for ApplyWorkspaceEdit
impl Sync for ApplyWorkspaceEdit