Struct lsp_types::DocumentSymbolOptions
source · pub struct DocumentSymbolOptions {
pub label: Option<String>,
pub work_done_progress_options: WorkDoneProgressOptions,
}
Fields§
§label: Option<String>
A human-readable string that is shown when multiple outlines trees are shown for the same document.
@since 3.16.0
work_done_progress_options: WorkDoneProgressOptions
Trait Implementations§
source§impl Clone for DocumentSymbolOptions
impl Clone for DocumentSymbolOptions
source§fn clone(&self) -> DocumentSymbolOptions
fn clone(&self) -> DocumentSymbolOptions
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 DocumentSymbolOptions
impl Debug for DocumentSymbolOptions
source§impl<'de> Deserialize<'de> for DocumentSymbolOptions
impl<'de> Deserialize<'de> for DocumentSymbolOptions
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 for DocumentSymbolOptions
impl PartialEq for DocumentSymbolOptions
source§impl Serialize for DocumentSymbolOptions
impl Serialize for DocumentSymbolOptions
impl Eq for DocumentSymbolOptions
impl StructuralPartialEq for DocumentSymbolOptions
Auto Trait Implementations§
impl Freeze for DocumentSymbolOptions
impl RefUnwindSafe for DocumentSymbolOptions
impl Send for DocumentSymbolOptions
impl Sync for DocumentSymbolOptions
impl Unpin for DocumentSymbolOptions
impl UnwindSafe for DocumentSymbolOptions
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.