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