Struct languageserver_types::SignatureHelpCapability[][src]

pub struct SignatureHelpCapability {
    pub dynamic_registration: Option<bool>,
    pub signature_information: Option<SignatureInformationSettings>,
}

Fields

Whether completion supports dynamic registration.

The client supports the following SignatureInformation specific properties.

Trait Implementations

impl Debug for SignatureHelpCapability
[src]

Formats the value using the given formatter. Read more

impl Eq for SignatureHelpCapability
[src]

impl PartialEq for SignatureHelpCapability
[src]

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

This method tests for !=.

impl Default for SignatureHelpCapability
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations