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 Debug for ApplyWorkspaceEditResponsefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for ApplyWorkspaceEditResponse[src]
impl Eq for ApplyWorkspaceEditResponseimpl PartialEq for ApplyWorkspaceEditResponse[src]
impl PartialEq for ApplyWorkspaceEditResponsefn eq(&self, other: &ApplyWorkspaceEditResponse) -> bool[src]
fn eq(&self, other: &ApplyWorkspaceEditResponse) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ApplyWorkspaceEditResponse) -> bool[src]
fn ne(&self, other: &ApplyWorkspaceEditResponse) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for ApplyWorkspaceEditResponse
impl Send for ApplyWorkspaceEditResponseimpl Sync for ApplyWorkspaceEditResponse
impl Sync for ApplyWorkspaceEditResponse