pub enum RuleStage {
Planning,
Implementation,
Validation,
Merge,
}Expand description
The workflow stage vocabulary a rule scopes itself to (D-G’s projection stages).
Variants§
Implementations§
Trait Implementations§
impl Copy for RuleStage
impl Eq for RuleStage
impl StructuralPartialEq for RuleStage
Auto Trait Implementations§
impl Freeze for RuleStage
impl RefUnwindSafe for RuleStage
impl Send for RuleStage
impl Sync for RuleStage
impl Unpin for RuleStage
impl UnsafeUnpin for RuleStage
impl UnwindSafe for RuleStage
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