Struct lsp_types::DocumentLinkClientCapabilities [−][src]
pub struct DocumentLinkClientCapabilities {
pub dynamic_registration: Option<bool>,
pub tooltip_support: Option<bool>,
}
Fields
dynamic_registration: Option<bool>
Whether document link supports dynamic registration.
tooltip_support: Option<bool>
Whether the client support the tooltip
property on DocumentLink
.
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 DocumentLinkClientCapabilities
impl Sync for DocumentLinkClientCapabilities
impl Unpin for DocumentLinkClientCapabilities
impl UnwindSafe for DocumentLinkClientCapabilities
Blanket Implementations
Mutably borrows from an owned value. Read more