pub struct AckAction { /* private fields */ }Implementations§
Trait Implementations§
Source§impl ActionPrimitive for AckAction
impl ActionPrimitive for AckAction
fn manifest(&self) -> &ActionPrimitiveManifest
fn execute( &self, inputs: &HashMap<String, ActionValue>, parameters: &HashMap<String, ParameterValue>, ) -> HashMap<String, ActionValue>
Auto Trait Implementations§
impl Freeze for AckAction
impl RefUnwindSafe for AckAction
impl Send for AckAction
impl Sync for AckAction
impl Unpin for AckAction
impl UnsafeUnpin for AckAction
impl UnwindSafe for AckAction
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