pub struct WorkspaceSymbolRegistrationOptions {
pub work_done_progress: Option<bool>,
}Fields§
§work_done_progress: Option<bool>Trait Implementations§
Source§impl Clone for WorkspaceSymbolRegistrationOptions
impl Clone for WorkspaceSymbolRegistrationOptions
Source§fn clone(&self) -> WorkspaceSymbolRegistrationOptions
fn clone(&self) -> WorkspaceSymbolRegistrationOptions
Returns a duplicate 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 Default for WorkspaceSymbolRegistrationOptions
impl Default for WorkspaceSymbolRegistrationOptions
Source§fn default() -> WorkspaceSymbolRegistrationOptions
fn default() -> WorkspaceSymbolRegistrationOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WorkspaceSymbolRegistrationOptions
impl<'de> Deserialize<'de> for WorkspaceSymbolRegistrationOptions
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 WorkspaceSymbolRegistrationOptions
impl PartialEq for WorkspaceSymbolRegistrationOptions
Source§fn eq(&self, other: &WorkspaceSymbolRegistrationOptions) -> bool
fn eq(&self, other: &WorkspaceSymbolRegistrationOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WorkspaceSymbolRegistrationOptions
Auto Trait Implementations§
impl Freeze for WorkspaceSymbolRegistrationOptions
impl RefUnwindSafe for WorkspaceSymbolRegistrationOptions
impl Send for WorkspaceSymbolRegistrationOptions
impl Sync for WorkspaceSymbolRegistrationOptions
impl Unpin for WorkspaceSymbolRegistrationOptions
impl UnwindSafe for WorkspaceSymbolRegistrationOptions
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