Struct languageserver_types::SignatureInformationSettings[][src]

pub struct SignatureInformationSettings {
    pub documentation_format: Option<Vec<MarkupKind>>,
}

Fields

Client supports the follow content formats for the documentation property. The order describes the preferred format of the client.

Trait Implementations

impl Debug for SignatureInformationSettings
[src]

Formats the value using the given formatter. Read more

impl Eq for SignatureInformationSettings
[src]

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