pub struct Initialize {
pub protocol_version: String,
pub capabilities: Capabilities,
pub server_info: Server,
}
Fields§
§protocol_version: String
§capabilities: Capabilities
§server_info: Server
Trait Implementations§
Source§impl Clone for Initialize
impl Clone for Initialize
Source§fn clone(&self) -> Initialize
fn clone(&self) -> Initialize
Returns a duplicate 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 Initialize
impl Debug for Initialize
Source§impl<'de> Deserialize<'de> for Initialize
impl<'de> Deserialize<'de> for Initialize
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 From<Initialize> for Response
impl From<Initialize> for Response
Source§fn from(response: Initialize) -> Self
fn from(response: Initialize) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Initialize
impl RefUnwindSafe for Initialize
impl Send for Initialize
impl Sync for Initialize
impl Unpin for Initialize
impl UnwindSafe for Initialize
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