Struct languageserver_types::ApplyWorkspaceEditParams
[−]
[src]
pub struct ApplyWorkspaceEditParams {
pub edit: WorkspaceEdit,
}Fields
edit: WorkspaceEdit
The edits to apply.
Trait Implementations
impl Debug for ApplyWorkspaceEditParams[src]
impl PartialEq for ApplyWorkspaceEditParams[src]
fn eq(&self, __arg_0: &ApplyWorkspaceEditParams) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ApplyWorkspaceEditParams) -> bool[src]
This method tests for !=.