Struct kailua_langsvr_protocol::Hover [] [src]

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

Fields

Trait Implementations

impl Debug for Hover
[src]

Formats the value using the given formatter.

impl Clone for Hover
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more