pub struct NoCyclesRule;Expand description
Rule: No cycles in workflow DAG.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoCyclesRule
impl RefUnwindSafe for NoCyclesRule
impl Send for NoCyclesRule
impl Sync for NoCyclesRule
impl Unpin for NoCyclesRule
impl UnsafeUnpin for NoCyclesRule
impl UnwindSafe for NoCyclesRule
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