Enum msg::constellation_msg::HangMonitorAlert
source · pub enum HangMonitorAlert {
Hang(HangAlert),
Profile(Vec<u8>),
}
Expand description
Hang-alerts are sent by the monitor to the constellation.
Variants§
Hang(HangAlert)
A component hang has been detected.
Profile(Vec<u8>)
Report a completed sampled profile.
Trait Implementations§
source§impl Debug for HangMonitorAlert
impl Debug for HangMonitorAlert
source§impl<'de> Deserialize<'de> for HangMonitorAlert
impl<'de> Deserialize<'de> for HangMonitorAlert
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more