Enum languageserver_types::MarkupKind [] [src]

pub enum MarkupKind {
    PlainText,
    Markdown,
}

Describes the content type that a client supports in various result literals like Hover, ParameterInfo or CompletionItem.

Please note that MarkupKinds must not start with a $. This kinds are reserved for internal usage.

Variants

Plain text is supported as a content format

Markdown is supported as a content format

Trait Implementations

impl Debug for MarkupKind
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for MarkupKind
[src]

impl PartialEq for MarkupKind
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for MarkupKind

impl Sync for MarkupKind