Struct languageserver_types::Hover [] [src]

pub struct Hover {
    pub contents: HoverContents,
    pub range: Option<Range>,
}

The result of a hover request.

Fields

The hover's content

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]

[src]

Formats the value using the given formatter. Read more

impl Eq for Hover
[src]

impl PartialEq for Hover
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for Hover

impl Sync for Hover