Struct lsp_types::ServerInfo
source · [−]Fields
name: String
The name of the server as defined by the server.
version: Option<String>
The servers’s version as defined by the server.
Trait Implementations
sourceimpl Clone for ServerInfo
impl Clone for ServerInfo
sourcefn clone(&self) -> ServerInfo
fn clone(&self) -> ServerInfo
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 moresourceimpl Debug for ServerInfo
impl Debug for ServerInfo
sourceimpl Default for ServerInfo
impl Default for ServerInfo
sourcefn default() -> ServerInfo
fn default() -> ServerInfo
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ServerInfo
impl<'de> Deserialize<'de> for ServerInfo
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<ServerInfo> for ServerInfo
impl PartialEq<ServerInfo> for ServerInfo
sourcefn eq(&self, other: &ServerInfo) -> bool
fn eq(&self, other: &ServerInfo) -> bool
sourceimpl Serialize for ServerInfo
impl Serialize for ServerInfo
impl Eq for ServerInfo
impl StructuralEq for ServerInfo
impl StructuralPartialEq for ServerInfo
Auto Trait Implementations
impl RefUnwindSafe for ServerInfo
impl Send for ServerInfo
impl Sync for ServerInfo
impl Unpin for ServerInfo
impl UnwindSafe for ServerInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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