pub struct SetDataAction { /* private fields */ }Expand description
Action that sets output data after a set number of attempts
Implementations§
Source§impl SetDataAction
impl SetDataAction
Trait Implementations§
Source§impl Action for SetDataAction
impl Action for SetDataAction
Source§fn start(
&mut self,
_step: &Step,
_step_name: Option<&str>,
_step_data: &StateDataFiltered<'_>,
_vars: &ObjectStoreFiltered<'_, Box<dyn Var + Send + Sync>, VarId>,
) -> Result<ActionResult, ActionError>
fn start( &mut self, _step: &Step, _step_name: Option<&str>, _step_data: &StateDataFiltered<'_>, _vars: &ObjectStoreFiltered<'_, Box<dyn Var + Send + Sync>, VarId>, ) -> Result<ActionResult, ActionError>
Auto Trait Implementations§
impl Freeze for SetDataAction
impl !RefUnwindSafe for SetDataAction
impl Send for SetDataAction
impl Sync for SetDataAction
impl Unpin for SetDataAction
impl !UnwindSafe for SetDataAction
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