Struct languageserver_types::DocumentColorParams[][src]

pub struct DocumentColorParams {
    pub text_document: TextDocumentIdentifier,
}

Fields

The text document

Trait Implementations

impl Debug for DocumentColorParams
[src]

Formats the value using the given formatter. Read more

impl Eq for DocumentColorParams
[src]

impl PartialEq for DocumentColorParams
[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