pub struct WorkflowTemplate {
pub filename: &'static str,
pub tier_dir: &'static str,
pub content: &'static str,
}Expand description
Workflow definition with metadata
Fields§
§filename: &'static strFilename (e.g., “01-exec.nika.yaml”)
tier_dir: &'static strSubdirectory (e.g., “minimal”)
content: &'static strYAML content
Auto Trait Implementations§
impl Freeze for WorkflowTemplate
impl RefUnwindSafe for WorkflowTemplate
impl Send for WorkflowTemplate
impl Sync for WorkflowTemplate
impl Unpin for WorkflowTemplate
impl UnsafeUnpin for WorkflowTemplate
impl UnwindSafe for WorkflowTemplate
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