Struct languageserver_types::ApplyWorkspaceEditParams[][src]

pub struct ApplyWorkspaceEditParams {
    pub edit: WorkspaceEdit,
}

Fields

The edits to apply.

Trait Implementations

impl Debug for ApplyWorkspaceEditParams
[src]

Formats the value using the given formatter. Read more

impl Eq for ApplyWorkspaceEditParams
[src]

impl PartialEq for ApplyWorkspaceEditParams
[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