Struct eva_common::actions::ActionEvent
source · pub struct ActionEvent {
pub uuid: Uuid,
pub status: u8,
pub out: Option<Value>,
pub err: Option<Value>,
pub exitcode: Option<i16>,
}Expand description
Event payload, announced by services when an action changes its state
Fields§
§uuid: Uuid§status: u8§out: Option<Value>§err: Option<Value>§exitcode: Option<i16>Trait Implementations§
source§impl Debug for ActionEvent
impl Debug for ActionEvent
source§impl<'de> Deserialize<'de> for ActionEvent
impl<'de> Deserialize<'de> for ActionEvent
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 RefUnwindSafe for ActionEvent
impl Send for ActionEvent
impl Sync for ActionEvent
impl Unpin for ActionEvent
impl UnwindSafe for ActionEvent
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