pub struct ChangeAnnotationsSupportOptions {
pub groups_on_label: Option<bool>,
}Expand description
Change annotations support options.
Fields§
§groups_on_label: Option<bool>Whether the client groups edits with equal labels into tree nodes.
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<'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
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