Struct languageserver_types::GenericCapability[][src]

pub struct GenericCapability {
    pub dynamic_registration: Option<bool>,
}

Fields

This capability supports dynamic registration.

Trait Implementations

impl Debug for GenericCapability
[src]

Formats the value using the given formatter. Read more

impl Eq for GenericCapability
[src]

impl PartialEq for GenericCapability
[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 GenericCapability
[src]

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

Auto Trait Implementations