pub struct ServerInformation {
pub name: String,
pub vendor: String,
pub version: String,
pub spec_version: String,
}Expand description
Return value of get_server_information().
Fields§
§name: StringThe product name of the server.
vendor: StringThe vendor name.
version: StringThe server’s version string.
spec_version: StringThe specification version the server is compliant with.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ServerInformation
impl RefUnwindSafe for ServerInformation
impl Send for ServerInformation
impl Sync for ServerInformation
impl Unpin for ServerInformation
impl UnwindSafe for ServerInformation
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