Struct kailua_langsvr_protocol::DocumentLink [] [src]

pub struct DocumentLink {
    pub range: Range,
    pub target: String,
}

Fields

Trait Implementations

impl Debug for DocumentLink
[src]

Formats the value using the given formatter.

impl Clone for DocumentLink
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more