pub struct RuntimeExpressions;Expand description
Enumerates all supported runtime expression argument names
Implementations§
Source§impl RuntimeExpressions
impl RuntimeExpressions
pub const RUNTIME: &'static str = "runtime"
pub const WORKFLOW: &'static str = "workflow"
pub const CONTEXT: &'static str = "context"
pub const ITEM: &'static str = "item"
pub const INDEX: &'static str = "index"
pub const OUTPUT: &'static str = "output"
pub const SECRET: &'static str = "secret"
pub const TASK: &'static str = "task"
pub const INPUT: &'static str = "input"
pub const ERROR: &'static str = "error"
pub const AUTHORIZATION: &'static str = "authorization"
Sourcepub const ALL_VALUES: &'static [&'static str]
pub const ALL_VALUES: &'static [&'static str]
All valid values for this type
Auto Trait Implementations§
impl Freeze for RuntimeExpressions
impl RefUnwindSafe for RuntimeExpressions
impl Send for RuntimeExpressions
impl Sync for RuntimeExpressions
impl Unpin for RuntimeExpressions
impl UnsafeUnpin for RuntimeExpressions
impl UnwindSafe for RuntimeExpressions
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