Struct languageserver_types::CodeLensParams[][src]

pub struct CodeLensParams {
    pub text_document: TextDocumentIdentifier,
}

Fields

The document to request code lens for.

Trait Implementations

impl Debug for CodeLensParams
[src]

Formats the value using the given formatter. Read more

impl Eq for CodeLensParams
[src]

impl PartialEq for CodeLensParams
[src]

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

This method tests for !=.

Auto Trait Implementations