Struct lsp_types::GenericRegistrationOptions [−][src]
pub struct GenericRegistrationOptions {
pub text_document_registration_options: TextDocumentRegistrationOptions,
pub options: GenericOptions,
pub static_registration_options: StaticRegistrationOptions,
}Fields
text_document_registration_options: TextDocumentRegistrationOptionsoptions: GenericOptionsstatic_registration_options: StaticRegistrationOptionsTrait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for GenericRegistrationOptionsimpl Send for GenericRegistrationOptionsimpl Sync for GenericRegistrationOptionsimpl Unpin for GenericRegistrationOptionsimpl UnwindSafe for GenericRegistrationOptionsBlanket Implementations
Mutably borrows from an owned value. Read more