Skip to main content

SystemInformationalMessage

Type Alias SystemInformationalMessage 

Source
pub type SystemInformationalMessage = SystemMessage;
Expand description

System informational message.

Aliased Type§

pub struct SystemInformationalMessage {
    pub base: MessageBase,
    pub message_type: String,
    pub subtype: Option<String>,
    pub level: Option<String>,
    pub message: Option<String>,
}

Fields§

§base: MessageBase§message_type: String§subtype: Option<String>§level: Option<String>§message: Option<String>