Struct languageserver_types::HoverCapability [] [src]

pub struct HoverCapability {
    pub dynamic_registration: Option<bool>,
    pub content_format: Option<Vec<MarkupKind>>,
}

Fields

Whether completion supports dynamic registration.

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]

[src]

Formats the value using the given formatter.

impl Eq for HoverCapability
[src]

impl PartialEq for HoverCapability
[src]

[src]

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

[src]

This method tests for !=.