Struct languageserver_types::StaticTextDocumentRegistrationOptions [−][src]
pub struct StaticTextDocumentRegistrationOptions {
pub document_selector: Option<DocumentSelector>,
pub id: Option<String>,
}Fields
document_selector: Option<DocumentSelector>
A document selector to identify the scope of the registration. If set to null the document selector provided on the client side will be used.
id: Option<String>
Trait Implementations
impl Debug for StaticTextDocumentRegistrationOptions[src]
impl Debug for StaticTextDocumentRegistrationOptionsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for StaticTextDocumentRegistrationOptions[src]
impl Eq for StaticTextDocumentRegistrationOptionsimpl PartialEq for StaticTextDocumentRegistrationOptions[src]
impl PartialEq for StaticTextDocumentRegistrationOptionsfn eq(&self, other: &StaticTextDocumentRegistrationOptions) -> bool[src]
fn eq(&self, other: &StaticTextDocumentRegistrationOptions) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &StaticTextDocumentRegistrationOptions) -> bool[src]
fn ne(&self, other: &StaticTextDocumentRegistrationOptions) -> boolThis method tests for !=.