Enum lsp::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]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MarkupKind

impl Sync for MarkupKind