pub struct RustActions<W: World + 'static> { /* private fields */ }Implementations§
Source§impl<W: World + 'static> RustActions<W>
impl<W: World + 'static> RustActions<W>
pub fn new() -> Self
pub fn workflows(self, path: impl Into<PathBuf>) -> Self
pub fn features(self, path: impl Into<PathBuf>) -> Self
pub fn workflow(self, path: impl Into<PathBuf>) -> Self
pub fn register_step(self, name: impl Into<String>, func: ErasedStepFn) -> Self
pub async fn run(self)
Trait Implementations§
Auto Trait Implementations§
impl<W> Freeze for RustActions<W>
impl<W> RefUnwindSafe for RustActions<W>where
W: RefUnwindSafe,
impl<W> Send for RustActions<W>
impl<W> Sync for RustActions<W>
impl<W> Unpin for RustActions<W>where
W: Unpin,
impl<W> UnwindSafe for RustActions<W>where
W: UnwindSafe,
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