Struct lsp_types::CodeLensWorkspaceClientCapabilities [−][src]
Fields
refresh_support: Option<bool>
Whether the client implementation supports a refresh request sent from the server to the client.
Note that this event is global and will force the client to refresh all code lenses currently shown. It should be used with absolute care and is useful for situation where a server for example detect a project wide change that requires such a calculation.
Trait Implementations
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for CodeLensWorkspaceClientCapabilities
impl Sync for CodeLensWorkspaceClientCapabilities
impl Unpin for CodeLensWorkspaceClientCapabilities
Blanket Implementations
Mutably borrows from an owned value. Read more