Struct lsp::types::Hover[][src]

pub struct Hover {
    pub contents: Union3<MarkupContent, MarkedString, Vec<MarkedString>>,
    pub range: Option<Range>,
}

The result of a hover request.

Fields

The hover's content

An optional range

Trait Implementations

impl Debug for Hover
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Hover

impl Sync for Hover