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