Struct languageserver_types::ApplyWorkspaceEditResponse
[−]
[src]
pub struct ApplyWorkspaceEditResponse {
pub applied: bool,
}Fields
applied: bool
Indicates whether the edit was applied or not.
Trait Implementations
impl Debug for ApplyWorkspaceEditResponse[src]
impl PartialEq for ApplyWorkspaceEditResponse[src]
fn eq(&self, __arg_0: &ApplyWorkspaceEditResponse) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ApplyWorkspaceEditResponse) -> bool[src]
This method tests for !=.