Struct languageserver_types::StaticTextDocumentColorProviderOptions[][src]

pub struct StaticTextDocumentColorProviderOptions {
    pub document_selector: Option<DocumentSelector>,
    pub id: Option<String>,
}

Fields

A document selector to identify the scope of the registration. If set to null the document selector provided on the client side will be used.

Trait Implementations

impl Debug for StaticTextDocumentColorProviderOptions
[src]

Formats the value using the given formatter. Read more

impl Eq for StaticTextDocumentColorProviderOptions
[src]

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