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]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Eq 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 !=.
impl Default for GenericCapability[src]
fn default() -> GenericCapability[src]
Returns the "default value" for a type. Read more