Struct lsp_types::UnregistrationParams
source · pub struct UnregistrationParams {
pub unregisterations: Vec<Unregistration>,
}
Fields§
§unregisterations: Vec<Unregistration>
Trait Implementations§
source§impl Clone for UnregistrationParams
impl Clone for UnregistrationParams
source§fn clone(&self) -> UnregistrationParams
fn clone(&self) -> UnregistrationParams
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 UnregistrationParams
impl Debug for UnregistrationParams
source§impl<'de> Deserialize<'de> for UnregistrationParams
impl<'de> Deserialize<'de> for UnregistrationParams
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 UnregistrationParams
impl PartialEq for UnregistrationParams
source§fn eq(&self, other: &UnregistrationParams) -> bool
fn eq(&self, other: &UnregistrationParams) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for UnregistrationParams
impl Serialize for UnregistrationParams
impl Eq for UnregistrationParams
impl StructuralPartialEq for UnregistrationParams
Auto Trait Implementations§
impl Freeze for UnregistrationParams
impl RefUnwindSafe for UnregistrationParams
impl Send for UnregistrationParams
impl Sync for UnregistrationParams
impl Unpin for UnregistrationParams
impl UnwindSafe for UnregistrationParams
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