Struct languageserver_types::ApplyWorkspaceEditParams [] [src]

pub struct ApplyWorkspaceEditParams {
    pub edit: WorkspaceEdit,
}

Fields

The edits to apply.

Trait Implementations

impl Debug for ApplyWorkspaceEditParams
[src]

[src]

Formats the value using the given formatter.

impl Eq for ApplyWorkspaceEditParams
[src]

impl PartialEq for ApplyWorkspaceEditParams
[src]

[src]

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

[src]

This method tests for !=.