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

Trait Implementations

impl Debug for ServerInformation
[src]

Formats the value using the given formatter.