Struct lsp_types::DidChangeConfigurationParams
source · pub struct DidChangeConfigurationParams {
pub settings: Value,
}
Fields§
§settings: Value
The actual changed settings
Trait Implementations§
source§impl Clone for DidChangeConfigurationParams
impl Clone for DidChangeConfigurationParams
source§fn clone(&self) -> DidChangeConfigurationParams
fn clone(&self) -> DidChangeConfigurationParams
Returns a copy 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 Debug for DidChangeConfigurationParams
impl Debug for DidChangeConfigurationParams
source§impl<'de> Deserialize<'de> for DidChangeConfigurationParams
impl<'de> Deserialize<'de> for DidChangeConfigurationParams
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 DidChangeConfigurationParams
impl PartialEq for DidChangeConfigurationParams
source§fn eq(&self, other: &DidChangeConfigurationParams) -> bool
fn eq(&self, other: &DidChangeConfigurationParams) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DidChangeConfigurationParams
Auto Trait Implementations§
impl RefUnwindSafe for DidChangeConfigurationParams
impl Send for DidChangeConfigurationParams
impl Sync for DidChangeConfigurationParams
impl Unpin for DidChangeConfigurationParams
impl UnwindSafe for DidChangeConfigurationParams
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