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]
impl Debug for Hoverfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for Hover[src]
impl Eq for Hoverimpl PartialEq for Hover[src]
impl PartialEq for Hover