Struct lsp_types::ClientInfo
source · [−]Fields
name: StringThe name of the client as defined by the client.
version: Option<String>The client’s version as defined by the client.
Trait Implementations
sourceimpl Clone for ClientInfo
impl Clone for ClientInfo
sourcefn clone(&self) -> ClientInfo
fn clone(&self) -> ClientInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ClientInfo
impl Debug for ClientInfo
sourceimpl<'de> Deserialize<'de> for ClientInfo
impl<'de> Deserialize<'de> for ClientInfo
sourcefn 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
sourceimpl PartialEq<ClientInfo> for ClientInfo
impl PartialEq<ClientInfo> for ClientInfo
sourcefn eq(&self, other: &ClientInfo) -> bool
fn eq(&self, other: &ClientInfo) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourceimpl Serialize for ClientInfo
impl Serialize for ClientInfo
impl StructuralPartialEq for ClientInfo
Auto Trait Implementations
impl RefUnwindSafe for ClientInfo
impl Send for ClientInfo
impl Sync for ClientInfo
impl Unpin for ClientInfo
impl UnwindSafe for ClientInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more