pub struct ServerVersionResponse {
pub version: String,
}
Fields§
§version: String
Trait Implementations§
source§impl Debug for ServerVersionResponse
impl Debug for ServerVersionResponse
source§impl<'de> Deserialize<'de> for ServerVersionResponse
impl<'de> Deserialize<'de> for ServerVersionResponse
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<ServerVersionResponse> for ServerVersionResponse
impl PartialEq<ServerVersionResponse> for ServerVersionResponse
source§fn eq(&self, other: &ServerVersionResponse) -> bool
fn eq(&self, other: &ServerVersionResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.