Struct languageserver_types::WorkspaceCapability[][src]

pub struct WorkspaceCapability {
    pub workspace_folders: Option<WorkspaceFolderCapability>,
}

Fields

The server supports workspace folder.

Trait Implementations

impl Debug for WorkspaceCapability
[src]

Formats the value using the given formatter. Read more

impl Eq for WorkspaceCapability
[src]

impl PartialEq for WorkspaceCapability
[src]

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

This method tests for !=.

impl Default for WorkspaceCapability
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations