Struct lsp_types::DocumentHighlightOptions
source · pub struct DocumentHighlightOptions {
pub work_done_progress_options: WorkDoneProgressOptions,
}
Fields§
§work_done_progress_options: WorkDoneProgressOptions
Trait Implementations§
source§impl Clone for DocumentHighlightOptions
impl Clone for DocumentHighlightOptions
source§fn clone(&self) -> DocumentHighlightOptions
fn clone(&self) -> DocumentHighlightOptions
Returns a copy 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 DocumentHighlightOptions
impl Debug for DocumentHighlightOptions
source§impl<'de> Deserialize<'de> for DocumentHighlightOptions
impl<'de> Deserialize<'de> for DocumentHighlightOptions
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<DocumentHighlightOptions> for DocumentHighlightOptions
impl PartialEq<DocumentHighlightOptions> for DocumentHighlightOptions
source§fn eq(&self, other: &DocumentHighlightOptions) -> bool
fn eq(&self, other: &DocumentHighlightOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.