Struct languageserver_types::Registration
[−]
[src]
pub struct Registration {
pub id: String,
pub method: String,
pub register_options: Value,
}General parameters to to register for a capability.
Fields
id: String
The id used to register the request. The id can be used to deregister the request again.
method: String
The method / capability to register for.
register_options: Value
Options necessary for the registration.
Trait Implementations
impl Debug for Registration[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl PartialEq for Registration[src]
fn eq(&self, __arg_0: &Registration) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Registration) -> bool[src]
This method tests for !=.