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.
Plain text is supported as a content format
Markdown is supported as a content format
Formats the value using the given formatter. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=.