pub struct WorkspaceEditClientCapabilitiesChangeAnnotationSupport {
pub groups_on_label: Option<bool>,
}Fields§
§groups_on_label: Option<bool>Whether the client groups edits with equal labels into tree nodes, for instance all edits labelled with “Changes in Strings” would be a tree node.
Trait Implementations§
Source§impl Clone for WorkspaceEditClientCapabilitiesChangeAnnotationSupport
impl Clone for WorkspaceEditClientCapabilitiesChangeAnnotationSupport
Source§fn clone(&self) -> WorkspaceEditClientCapabilitiesChangeAnnotationSupport
fn clone(&self) -> WorkspaceEditClientCapabilitiesChangeAnnotationSupport
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 WorkspaceEditClientCapabilitiesChangeAnnotationSupport
impl Default for WorkspaceEditClientCapabilitiesChangeAnnotationSupport
Source§fn default() -> WorkspaceEditClientCapabilitiesChangeAnnotationSupport
fn default() -> WorkspaceEditClientCapabilitiesChangeAnnotationSupport
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WorkspaceEditClientCapabilitiesChangeAnnotationSupport
impl<'de> Deserialize<'de> for WorkspaceEditClientCapabilitiesChangeAnnotationSupport
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 WorkspaceEditClientCapabilitiesChangeAnnotationSupport
impl PartialEq for WorkspaceEditClientCapabilitiesChangeAnnotationSupport
Source§fn eq(
&self,
other: &WorkspaceEditClientCapabilitiesChangeAnnotationSupport,
) -> bool
fn eq( &self, other: &WorkspaceEditClientCapabilitiesChangeAnnotationSupport, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WorkspaceEditClientCapabilitiesChangeAnnotationSupport
Auto Trait Implementations§
impl Freeze for WorkspaceEditClientCapabilitiesChangeAnnotationSupport
impl RefUnwindSafe for WorkspaceEditClientCapabilitiesChangeAnnotationSupport
impl Send for WorkspaceEditClientCapabilitiesChangeAnnotationSupport
impl Sync for WorkspaceEditClientCapabilitiesChangeAnnotationSupport
impl Unpin for WorkspaceEditClientCapabilitiesChangeAnnotationSupport
impl UnwindSafe for WorkspaceEditClientCapabilitiesChangeAnnotationSupport
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