Struct kailua_langsvr_protocol::TextDocumentIdentifier [] [src]

pub struct TextDocumentIdentifier {
    pub uri: String,
}

Fields

Trait Implementations

impl Debug for TextDocumentIdentifier
[src]

Formats the value using the given formatter.

impl Clone for TextDocumentIdentifier
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more