Struct languageserver_types::Hover
[−]
[src]
pub struct Hover {
pub contents: HoverContents,
pub range: Option<Range>,
}The result of a hover request.
Fields
contents: HoverContents
The hover's content
range: Option<Range>
An optional range is a range inside a text document that is used to visualize a hover, e.g. by changing the background color.
Trait Implementations
impl Debug for Hover[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more