pub struct SemanticTokensFullDelta {
pub delta: Option<bool>,
}Expand description
Semantic tokens options to support deltas for full documents
@since 3.18.0
Fields§
§delta: Option<bool>The server supports deltas for full documents.
Trait Implementations§
Source§impl Clone for SemanticTokensFullDelta
impl Clone for SemanticTokensFullDelta
Source§fn clone(&self) -> SemanticTokensFullDelta
fn clone(&self) -> SemanticTokensFullDelta
Returns a duplicate of the value. Read more
1.0.0 · 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 SemanticTokensFullDelta
impl Debug for SemanticTokensFullDelta
Source§impl Default for SemanticTokensFullDelta
impl Default for SemanticTokensFullDelta
Source§fn default() -> SemanticTokensFullDelta
fn default() -> SemanticTokensFullDelta
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SemanticTokensFullDelta
impl<'de> Deserialize<'de> for SemanticTokensFullDelta
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 SemanticTokensFullDelta
impl PartialEq for SemanticTokensFullDelta
Source§impl Serialize for SemanticTokensFullDelta
impl Serialize for SemanticTokensFullDelta
impl Eq for SemanticTokensFullDelta
impl StructuralPartialEq for SemanticTokensFullDelta
Auto Trait Implementations§
impl Freeze for SemanticTokensFullDelta
impl RefUnwindSafe for SemanticTokensFullDelta
impl Send for SemanticTokensFullDelta
impl Sync for SemanticTokensFullDelta
impl Unpin for SemanticTokensFullDelta
impl UnwindSafe for SemanticTokensFullDelta
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