Struct kailua_langsvr_protocol::VersionedTextDocumentIdentifier [] [src]

pub struct VersionedTextDocumentIdentifier {
    pub uri: String,
    pub version: u64,
}

Fields

Trait Implementations

impl Debug for VersionedTextDocumentIdentifier
[src]

Formats the value using the given formatter.

impl Clone for VersionedTextDocumentIdentifier
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more