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: 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 RefUnwindSafe for ServerInformation
impl RefUnwindSafe for ServerInformationimpl Send for ServerInformation
impl Send for ServerInformationimpl Sync for ServerInformation
impl Sync for ServerInformationimpl Unpin for ServerInformation
impl Unpin for ServerInformationimpl UnwindSafe for ServerInformation
impl UnwindSafe for ServerInformation