pub struct ChangeAnnotationsSupportOptions {
pub groups_on_label: Option<bool>,
}Expand description
@since 3.18.0
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.
Implementations§
Trait Implementations§
Source§impl Clone for ChangeAnnotationsSupportOptions
impl Clone for ChangeAnnotationsSupportOptions
Source§fn clone(&self) -> ChangeAnnotationsSupportOptions
fn clone(&self) -> ChangeAnnotationsSupportOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ChangeAnnotationsSupportOptions
impl Default for ChangeAnnotationsSupportOptions
Source§fn default() -> ChangeAnnotationsSupportOptions
fn default() -> ChangeAnnotationsSupportOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ChangeAnnotationsSupportOptions
impl<'de> Deserialize<'de> for ChangeAnnotationsSupportOptions
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 ChangeAnnotationsSupportOptions
impl PartialEq for ChangeAnnotationsSupportOptions
Source§fn eq(&self, other: &ChangeAnnotationsSupportOptions) -> bool
fn eq(&self, other: &ChangeAnnotationsSupportOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ChangeAnnotationsSupportOptions
impl Eq for ChangeAnnotationsSupportOptions
impl StructuralPartialEq for ChangeAnnotationsSupportOptions
Auto Trait Implementations§
impl Freeze for ChangeAnnotationsSupportOptions
impl RefUnwindSafe for ChangeAnnotationsSupportOptions
impl Send for ChangeAnnotationsSupportOptions
impl Sync for ChangeAnnotationsSupportOptions
impl Unpin for ChangeAnnotationsSupportOptions
impl UnsafeUnpin for ChangeAnnotationsSupportOptions
impl UnwindSafe for ChangeAnnotationsSupportOptions
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