Struct lsp_types::SemanticToken [−][src]
The actual tokens. For a detailed description about how the data is structured please see https://github.com/microsoft/vscode-extension-samples/blob/5ae1f7787122812dcc84e37427ca90af5ee09f14/semantic-tokens-sample/vscode.proposed.d.ts#L71
Fields
delta_line: u32delta_start: u32length: u32token_type: u32token_modifiers_bitset: u32Trait Implementations
impl Clone for SemanticToken[src]
fn clone(&self) -> SemanticToken[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for SemanticToken[src]
impl Debug for SemanticToken[src]
impl Default for SemanticToken[src]
fn default() -> SemanticToken[src]
impl Eq for SemanticToken[src]
impl PartialEq<SemanticToken> for SemanticToken[src]
fn eq(&self, other: &SemanticToken) -> bool[src]
fn ne(&self, other: &SemanticToken) -> bool[src]
impl StructuralEq for SemanticToken[src]
impl StructuralPartialEq for SemanticToken[src]
Auto Trait Implementations
impl RefUnwindSafe for SemanticToken[src]
impl Send for SemanticToken[src]
impl Sync for SemanticToken[src]
impl Unpin for SemanticToken[src]
impl UnwindSafe for SemanticToken[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,