pub struct ApplicationPayload {
pub application: String,
}
Expand description
Information about a monitored application that has launched or terminated.
Fields§
§application: String
The 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
Auto Trait Implementations§
impl Freeze for ApplicationPayload
impl RefUnwindSafe for ApplicationPayload
impl Send for ApplicationPayload
impl Sync for ApplicationPayload
impl Unpin for ApplicationPayload
impl UnwindSafe for ApplicationPayload
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more