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