Struct stepflow_action::StringTemplateAction [−][src]
Implementations
impl<T> StringTemplateAction<T> where
T: EscapedString, [src]
T: EscapedString,
pub fn new(id: ActionId, template_escaped: T) -> Self[src]
Create a new instance.
template_escaped must already be escaped. Parameters accepted within is {{step}}.
If the Step has a name, that will be populated. If not, it will be the [StepId].
pub fn boxed(self) -> Box<dyn Action + Sync + Send>[src]
Trait Implementations
impl<T> Action for StringTemplateAction<T> where
T: EscapedString, [src]
T: EscapedString,
fn id(&self) -> &ActionId[src]
fn start(
&mut self,
step: &Step,
step_name: Option<&str>,
_step_data: &StateDataFiltered<'_>,
_vars: &ObjectStoreFiltered<'_, Box<dyn Var + Send + Sync>, VarId>
) -> Result<ActionResult, ActionError>[src]
&mut self,
step: &Step,
step_name: Option<&str>,
_step_data: &StateDataFiltered<'_>,
_vars: &ObjectStoreFiltered<'_, Box<dyn Var + Send + Sync>, VarId>
) -> Result<ActionResult, ActionError>
impl<T: Debug> Debug for StringTemplateAction<T>[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for StringTemplateAction<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for StringTemplateAction<T> where
T: Send,
T: Send,
impl<T> Sync for StringTemplateAction<T> where
T: Sync,
T: Sync,
impl<T> Unpin for StringTemplateAction<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for StringTemplateAction<T> where
T: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> AsAny for T where
T: Any, [src]
T: Any,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,