Struct lsp_types::WindowClientCapabilities [−][src]
pub struct WindowClientCapabilities {
pub work_done_progress: Option<bool>,
pub show_message: Option<ShowMessageRequestClientCapabilities>,
pub show_document: Option<ShowDocumentClientCapabilities>,
}Expand description
Window specific client capabilities.
Fields
work_done_progress: Option<bool>Whether client supports handling progress notifications. If set
servers are allowed to report in workDoneProgress property in the
request specific server capabilities.
@since 3.15.0
show_message: Option<ShowMessageRequestClientCapabilities>Capabilities specific to the showMessage request.
@since 3.16.0
show_document: Option<ShowDocumentClientCapabilities>Client capabilities for the show document request.
@since 3.16.0
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]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 RefUnwindSafe for WindowClientCapabilitiesimpl Send for WindowClientCapabilitiesimpl Sync for WindowClientCapabilitiesimpl Unpin for WindowClientCapabilitiesimpl UnwindSafe for WindowClientCapabilitiesBlanket Implementations
Mutably borrows from an owned value. Read more