Struct languageserver_types::Registration
[−]
[src]
pub struct Registration {
pub id: String,
pub method: String,
pub register_options: Value,
}General paramters to to regsiter 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]
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 !=.