Struct kailua_langsvr_protocol::DocumentHighlight [] [src]

pub struct DocumentHighlight {
    pub range: Range,
    pub kind: DocumentHighlightKind,
}

Fields

Trait Implementations

impl Debug for DocumentHighlight
[src]

Formats the value using the given formatter.

impl Clone for DocumentHighlight
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more