pub struct SemanticTokensOptionsFull {
pub delta: Option<bool>,
}Fields§
§delta: Option<bool>The server supports deltas for full documents.
Trait Implementations§
Source§impl Clone for SemanticTokensOptionsFull
impl Clone for SemanticTokensOptionsFull
Source§fn clone(&self) -> SemanticTokensOptionsFull
fn clone(&self) -> SemanticTokensOptionsFull
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 SemanticTokensOptionsFull
impl Debug for SemanticTokensOptionsFull
Source§impl Default for SemanticTokensOptionsFull
impl Default for SemanticTokensOptionsFull
Source§fn default() -> SemanticTokensOptionsFull
fn default() -> SemanticTokensOptionsFull
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SemanticTokensOptionsFull
impl<'de> Deserialize<'de> for SemanticTokensOptionsFull
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 StructuralPartialEq for SemanticTokensOptionsFull
Auto Trait Implementations§
impl Freeze for SemanticTokensOptionsFull
impl RefUnwindSafe for SemanticTokensOptionsFull
impl Send for SemanticTokensOptionsFull
impl Sync for SemanticTokensOptionsFull
impl Unpin for SemanticTokensOptionsFull
impl UnwindSafe for SemanticTokensOptionsFull
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