Struct languageserver_types::WorkspaceCapability [−][src]
pub struct WorkspaceCapability {
pub workspace_folders: Option<WorkspaceFolderCapability>,
}Fields
workspace_folders: Option<WorkspaceFolderCapability>
The server supports workspace folder.
Trait Implementations
impl Debug for WorkspaceCapability[src]
impl Debug for WorkspaceCapabilityfn 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 WorkspaceCapability[src]
impl Eq for WorkspaceCapabilityimpl PartialEq for WorkspaceCapability[src]
impl PartialEq for WorkspaceCapabilityfn eq(&self, other: &WorkspaceCapability) -> bool[src]
fn eq(&self, other: &WorkspaceCapability) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &WorkspaceCapability) -> bool[src]
fn ne(&self, other: &WorkspaceCapability) -> boolThis method tests for !=.
impl Default for WorkspaceCapability[src]
impl Default for WorkspaceCapabilityfn default() -> WorkspaceCapability[src]
fn default() -> WorkspaceCapabilityReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for WorkspaceCapability
impl Send for WorkspaceCapabilityimpl Sync for WorkspaceCapability
impl Sync for WorkspaceCapability