Struct languageserver_types::ApplyWorkspaceEditResponse[][src]

pub struct ApplyWorkspaceEditResponse {
    pub applied: bool,
}

Fields

Indicates whether the edit was applied or not.

Trait Implementations

impl Debug for ApplyWorkspaceEditResponse
[src]

Formats the value using the given formatter. Read more

impl Eq for ApplyWorkspaceEditResponse
[src]

impl PartialEq for ApplyWorkspaceEditResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations