Struct notify_rust::ServerInformation [−][src]
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: String
Expand description
The product name of the server.
vendor: String
Expand description
The vendor name.
version: String
Expand description
The server’s version string.
spec_version: String
Expand description
The specification version the server is compliant with.