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 Debug for CodeLensParamsfn 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 CodeLensParams[src]
impl Eq for CodeLensParamsimpl PartialEq for CodeLensParams[src]
impl PartialEq for CodeLensParamsfn eq(&self, other: &CodeLensParams) -> bool[src]
fn eq(&self, other: &CodeLensParams) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &CodeLensParams) -> bool[src]
fn ne(&self, other: &CodeLensParams) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for CodeLensParams
impl Send for CodeLensParamsimpl Sync for CodeLensParams
impl Sync for CodeLensParams