Struct languageserver_types::WorkspaceEdit
[−]
[src]
pub struct WorkspaceEdit {
pub changes: HashMap<Url, Vec<TextEdit>>,
}A workspace edit represents changes to many resources managed in the workspace.
Fields
changes: HashMap<Url, Vec<TextEdit>>
Holds changes to existing resources.
Methods
impl WorkspaceEdit[src]
Trait Implementations
impl Debug for WorkspaceEdit[src]
impl PartialEq for WorkspaceEdit[src]
fn eq(&self, __arg_0: &WorkspaceEdit) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &WorkspaceEdit) -> bool[src]
This method tests for !=.
impl Clone for WorkspaceEdit[src]
fn clone(&self) -> WorkspaceEdit[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Default for WorkspaceEdit[src]
fn default() -> WorkspaceEdit[src]
Returns the "default value" for a type. Read more