Struct languageserver_types::VersionedTextDocumentIdentifier [] [src]

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

An identifier to denote a specific version of a text document.

Fields

The text document's URI.

The version number of this document.

Trait Implementations

impl Debug for VersionedTextDocumentIdentifier
[src]

Formats the value using the given formatter.

impl PartialEq for VersionedTextDocumentIdentifier
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.