Struct lsp_types::WorkspaceSymbolClientCapabilities [−][src]
pub struct WorkspaceSymbolClientCapabilities {
pub dynamic_registration: Option<bool>,
pub symbol_kind: Option<SymbolKindCapability>,
pub tag_support: Option<TagSupport<SymbolTag>>,
}
Fields
dynamic_registration: Option<bool>
This capability supports dynamic registration.
symbol_kind: Option<SymbolKindCapability>
Specific capabilities for the SymbolKind
in the workspace/symbol
request.
tag_support: Option<TagSupport<SymbolTag>>
The client supports tags on SymbolInformation
.
Clients supporting tags have to handle unknown tags gracefully.
@since 3.16.0
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for WorkspaceSymbolClientCapabilities
impl Sync for WorkspaceSymbolClientCapabilities
impl Unpin for WorkspaceSymbolClientCapabilities
Blanket Implementations
Mutably borrows from an owned value. Read more