Struct languageserver_types::HoverCapability
[−]
[src]
pub struct HoverCapability {
pub dynamic_registration: Option<bool>,
pub content_format: Option<Vec<MarkupKind>>,
pub completion_item: Option<CompletionItemKindCapability>,
pub context_support: Option<bool>,
}Fields
dynamic_registration: Option<bool>
Whether completion supports dynamic registration.
content_format: Option<Vec<MarkupKind>>
Client supports the follow content formats for the content property. The order describes the preferred format of the client.
completion_item: Option<CompletionItemKindCapability>
The client supports the following CompletionItem specific
capabilities.
context_support: Option<bool>
The client supports to send additional context information for a
textDocument/completion requestion.
Trait Implementations
impl Debug for HoverCapability[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Eq for HoverCapability[src]
impl PartialEq for HoverCapability[src]
fn eq(&self, __arg_0: &HoverCapability) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &HoverCapability) -> bool[src]
This method tests for !=.
impl Default for HoverCapability[src]
fn default() -> HoverCapability[src]
Returns the "default value" for a type. Read more