pub enum SemanticTokenTypeEnum {
Show 24 variants
Namespace,
Type,
Class,
Enum,
Interface,
Struct,
TypeParameter,
Parameter,
Variable,
Property,
EnumMember,
Event,
Function,
Method,
Macro,
Keyword,
Modifier,
Comment,
String,
Number,
Regexp,
Operator,
Decorator,
Label,
}Variants§
Namespace
Type
Class
Enum
Interface
Struct
TypeParameter
Parameter
Variable
Property
EnumMember
Event
Function
Method
Macro
Keyword
Modifier
Comment
String
Number
Regexp
Operator
Decorator
Label
Trait Implementations§
Source§impl Clone for SemanticTokenTypeEnum
impl Clone for SemanticTokenTypeEnum
Source§fn clone(&self) -> SemanticTokenTypeEnum
fn clone(&self) -> SemanticTokenTypeEnum
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 Debug for SemanticTokenTypeEnum
impl Debug for SemanticTokenTypeEnum
Source§impl<'de> Deserialize<'de> for SemanticTokenTypeEnum
impl<'de> Deserialize<'de> for SemanticTokenTypeEnum
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
impl Eq for SemanticTokenTypeEnum
Source§impl Hash for SemanticTokenTypeEnum
impl Hash for SemanticTokenTypeEnum
Source§impl PartialEq for SemanticTokenTypeEnum
impl PartialEq for SemanticTokenTypeEnum
Source§fn eq(&self, other: &SemanticTokenTypeEnum) -> bool
fn eq(&self, other: &SemanticTokenTypeEnum) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SemanticTokenTypeEnum
impl PartialOrd for SemanticTokenTypeEnum
Source§impl Serialize for SemanticTokenTypeEnum
impl Serialize for SemanticTokenTypeEnum
impl StructuralPartialEq for SemanticTokenTypeEnum
Auto Trait Implementations§
impl Freeze for SemanticTokenTypeEnum
impl RefUnwindSafe for SemanticTokenTypeEnum
impl Send for SemanticTokenTypeEnum
impl Sync for SemanticTokenTypeEnum
impl Unpin for SemanticTokenTypeEnum
impl UnsafeUnpin for SemanticTokenTypeEnum
impl UnwindSafe for SemanticTokenTypeEnum
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