pub struct SemanticTokensRegistrationOptions {
pub text_document_registration_options: TextDocumentRegistrationOptions,
pub semantic_tokens_options: SemanticTokensOptions,
pub static_registration_options: StaticRegistrationOptions,
}Fields
text_document_registration_options: TextDocumentRegistrationOptionssemantic_tokens_options: SemanticTokensOptionsstatic_registration_options: StaticRegistrationOptionsTrait Implementations
sourceimpl Clone for SemanticTokensRegistrationOptions
impl Clone for SemanticTokensRegistrationOptions
sourcefn clone(&self) -> SemanticTokensRegistrationOptions
fn clone(&self) -> SemanticTokensRegistrationOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl<'de> Deserialize<'de> for SemanticTokensRegistrationOptions
impl<'de> Deserialize<'de> for SemanticTokensRegistrationOptions
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl From<SemanticTokensRegistrationOptions> for SemanticTokensServerCapabilities
impl From<SemanticTokensRegistrationOptions> for SemanticTokensServerCapabilities
sourcefn from(from: SemanticTokensRegistrationOptions) -> Self
fn from(from: SemanticTokensRegistrationOptions) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<SemanticTokensRegistrationOptions> for SemanticTokensRegistrationOptions
impl PartialEq<SemanticTokensRegistrationOptions> for SemanticTokensRegistrationOptions
sourcefn eq(&self, other: &SemanticTokensRegistrationOptions) -> bool
fn eq(&self, other: &SemanticTokensRegistrationOptions) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Eq for SemanticTokensRegistrationOptions
impl StructuralEq for SemanticTokensRegistrationOptions
impl StructuralPartialEq for SemanticTokensRegistrationOptions
Auto Trait Implementations
impl RefUnwindSafe for SemanticTokensRegistrationOptions
impl Send for SemanticTokensRegistrationOptions
impl Sync for SemanticTokensRegistrationOptions
impl Unpin for SemanticTokensRegistrationOptions
impl UnwindSafe for SemanticTokensRegistrationOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more