pub struct PlainStep(pub Arc<dyn StatefulStep>);Expand description
Adapter that turns any StatefulStep into an InterruptibleStep.
Tuple Fields§
§0: Arc<dyn StatefulStep>Trait Implementations§
Source§impl InterruptibleStep for PlainStep
impl InterruptibleStep for PlainStep
Auto Trait Implementations§
impl Freeze for PlainStep
impl !RefUnwindSafe for PlainStep
impl Send for PlainStep
impl Sync for PlainStep
impl Unpin for PlainStep
impl UnsafeUnpin for PlainStep
impl !UnwindSafe for PlainStep
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