Enum languageserver_types::FoldingRangeProviderCapability[][src]

pub enum FoldingRangeProviderCapability {
    Simple(bool),
    FoldingProvider(FoldingProviderOptions),
    Options(StaticTextDocumentColorProviderOptions),
}

Variants

Trait Implementations

impl Debug for FoldingRangeProviderCapability
[src]

Formats the value using the given formatter. Read more

impl Eq for FoldingRangeProviderCapability
[src]

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