pub struct DocumentFormattingOptions {
pub work_done_progress_options_mixin: WorkDoneProgressOptions,
}Expand description
Provider options for a {@link DocumentFormattingRequest}.
Fields§
§work_done_progress_options_mixin: WorkDoneProgressOptionsTrait Implementations§
Source§impl Clone for DocumentFormattingOptions
impl Clone for DocumentFormattingOptions
Source§fn clone(&self) -> DocumentFormattingOptions
fn clone(&self) -> DocumentFormattingOptions
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 Debug for DocumentFormattingOptions
impl Debug for DocumentFormattingOptions
Source§impl<'de> Deserialize<'de> for DocumentFormattingOptions
impl<'de> Deserialize<'de> for DocumentFormattingOptions
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 DocumentFormattingOptions
impl PartialEq for DocumentFormattingOptions
Source§fn eq(&self, other: &DocumentFormattingOptions) -> bool
fn eq(&self, other: &DocumentFormattingOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DocumentFormattingOptions
Auto Trait Implementations§
impl Freeze for DocumentFormattingOptions
impl RefUnwindSafe for DocumentFormattingOptions
impl Send for DocumentFormattingOptions
impl Sync for DocumentFormattingOptions
impl Unpin for DocumentFormattingOptions
impl UnsafeUnpin for DocumentFormattingOptions
impl UnwindSafe for DocumentFormattingOptions
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