pub struct ActionFailedEvent {
pub action_id: Option<u16>,
pub invoke_id: Option<u32>,
pub new_state: Option<ActionState>,
pub error: Option<ActionError>,
}Fields§
§action_id: Option<u16>§invoke_id: Option<u32>§new_state: Option<ActionState>§error: Option<ActionError>Trait Implementations§
Source§impl Debug for ActionFailedEvent
impl Debug for ActionFailedEvent
Auto Trait Implementations§
impl Freeze for ActionFailedEvent
impl RefUnwindSafe for ActionFailedEvent
impl Send for ActionFailedEvent
impl Sync for ActionFailedEvent
impl Unpin for ActionFailedEvent
impl UnwindSafe for ActionFailedEvent
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