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<RegistrationParams> for RegistrationParams
impl PartialEq<RegistrationParams> 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 ==.