Struct languageserver_types::GenericCapability
[−]
[src]
pub struct GenericCapability {
pub dynamic_registration: Option<bool>,
}Fields
dynamic_registration: Option<bool>
This capability supports dynamic registration.
Trait Implementations
impl Debug for GenericCapability[src]
impl PartialEq for GenericCapability[src]
fn eq(&self, __arg_0: &GenericCapability) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &GenericCapability) -> bool[src]
This method tests for !=.