Struct kailua_langsvr_protocol::CodeLens [] [src]

pub struct CodeLens {
    pub range: Range,
    pub command: Option<Command>,
    pub data: Option<Value>,
}

Fields

Trait Implementations

impl Debug for CodeLens
[src]

Formats the value using the given formatter.

impl Clone for CodeLens
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more