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

The product name of the server.

The vendor name.

The server's version string.

The specification version the server is compliant with.

Trait Implementations

impl Debug for ServerInformation
[src]

Formats the value using the given formatter.