Struct streamdeck_rs::ApplicationPayload
source · pub struct ApplicationPayload {
pub application: String,
}Expand description
Information about a monitored application that has launched or terminated.
Fields§
§application: StringThe name of the application.
Trait Implementations§
source§impl Debug for ApplicationPayload
impl Debug for ApplicationPayload
source§impl<'de> Deserialize<'de> for ApplicationPayload
impl<'de> Deserialize<'de> for ApplicationPayload
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