pub enum ClientSemanticTokensRequestOptionsRange {
Bool(bool),
Object(LspObject),
}Variants§
Trait Implementations§
Source§impl Clone for ClientSemanticTokensRequestOptionsRange
impl Clone for ClientSemanticTokensRequestOptionsRange
Source§fn clone(&self) -> ClientSemanticTokensRequestOptionsRange
fn clone(&self) -> ClientSemanticTokensRequestOptionsRange
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for ClientSemanticTokensRequestOptionsRange
impl<'de> Deserialize<'de> for ClientSemanticTokensRequestOptionsRange
Source§fn 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
Source§impl PartialEq for ClientSemanticTokensRequestOptionsRange
impl PartialEq for ClientSemanticTokensRequestOptionsRange
Source§fn eq(&self, other: &ClientSemanticTokensRequestOptionsRange) -> bool
fn eq(&self, other: &ClientSemanticTokensRequestOptionsRange) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ClientSemanticTokensRequestOptionsRange
impl StructuralPartialEq for ClientSemanticTokensRequestOptionsRange
Auto Trait Implementations§
impl Freeze for ClientSemanticTokensRequestOptionsRange
impl RefUnwindSafe for ClientSemanticTokensRequestOptionsRange
impl Send for ClientSemanticTokensRequestOptionsRange
impl Sync for ClientSemanticTokensRequestOptionsRange
impl Unpin for ClientSemanticTokensRequestOptionsRange
impl UnsafeUnpin for ClientSemanticTokensRequestOptionsRange
impl UnwindSafe for ClientSemanticTokensRequestOptionsRange
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more