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]

[src]

Formats the value using the given formatter.

impl Eq for GenericCapability
[src]

impl PartialEq for GenericCapability
[src]

[src]

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

[src]

This method tests for !=.