Enum forth3::vm::ProcessAction
source · enum ProcessAction {
Continue,
Execute,
Done,
}
Variants§
Auto Trait Implementations§
impl Freeze for ProcessAction
impl RefUnwindSafe for ProcessAction
impl Send for ProcessAction
impl Sync for ProcessAction
impl Unpin for ProcessAction
impl UnwindSafe for ProcessAction
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