Struct languageserver_types::DocumentLinkParams
[−]
[src]
pub struct DocumentLinkParams {
pub text_document: TextDocumentIdentifier,
}Fields
text_document: TextDocumentIdentifier
The document to provide document links for.
Trait Implementations
impl Debug for DocumentLinkParams[src]
impl PartialEq for DocumentLinkParams[src]
fn eq(&self, __arg_0: &DocumentLinkParams) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DocumentLinkParams) -> bool[src]
This method tests for !=.