Struct notify_rust::ServerInformation
[−]
[src]
pub struct ServerInformation {
pub name: String,
pub vendor: String,
pub version: String,
pub spec_version: String,
}Return value of get_server_information().
Fields
name: String
The product name of the server.
vendor: String
The vendor name.
version: String
The server's version string.
spec_version: String
The specification version the server is compliant with.