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 Debug for DocumentLinkParamsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for DocumentLinkParams[src]
impl Eq for DocumentLinkParamsimpl PartialEq for DocumentLinkParams[src]
impl PartialEq for DocumentLinkParamsfn eq(&self, other: &DocumentLinkParams) -> bool[src]
fn eq(&self, other: &DocumentLinkParams) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DocumentLinkParams) -> bool[src]
fn ne(&self, other: &DocumentLinkParams) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for DocumentLinkParams
impl Send for DocumentLinkParamsimpl Sync for DocumentLinkParams
impl Sync for DocumentLinkParams