Struct languageserver_types::HoverCapability
[−]
[src]
pub struct HoverCapability {
pub dynamic_registration: Option<bool>,
pub content_format: Option<Vec<MarkupKind>>,
}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.
Trait Implementations
impl Debug for HoverCapability[src]
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 !=.