pub struct RootStep<Res>(/* private fields */);Expand description
The root step of a workflow.
Trait Implementations§
Source§impl<Input, Current, B: BackendExt> Step<Input, B> for RootStep<Current>
impl<Input, Current, B: BackendExt> Step<Input, B> for RootStep<Current>
Auto Trait Implementations§
impl<Res> Freeze for RootStep<Res>
impl<Res> RefUnwindSafe for RootStep<Res>where
Res: RefUnwindSafe,
impl<Res> Send for RootStep<Res>where
Res: Send,
impl<Res> Sync for RootStep<Res>where
Res: Sync,
impl<Res> Unpin for RootStep<Res>where
Res: Unpin,
impl<Res> UnwindSafe for RootStep<Res>where
Res: 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