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]

[src]

Formats the value using the given formatter.

impl Eq for CodeLensParams
[src]

impl PartialEq for CodeLensParams
[src]

[src]

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

[src]

This method tests for !=.