Enum languageserver_types::TextDocumentSyncCapability
[−]
[src]
pub enum TextDocumentSyncCapability {
Kind(TextDocumentSyncKind),
Options(TextDocumentSyncOptions),
}Variants
Kind(TextDocumentSyncKind)Options(TextDocumentSyncOptions)
Trait Implementations
impl Debug for TextDocumentSyncCapability[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Eq for TextDocumentSyncCapability[src]
impl PartialEq for TextDocumentSyncCapability[src]
fn eq(&self, __arg_0: &TextDocumentSyncCapability) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &TextDocumentSyncCapability) -> bool[src]
This method tests for !=.