Enum rustpython_vm::frame::ExecutionResult
source · pub enum ExecutionResult {
Return(PyObjectRef),
Yield(PyObjectRef),
}
Variants§
Return(PyObjectRef)
Yield(PyObjectRef)
Auto Trait Implementations§
impl !RefUnwindSafe for ExecutionResult
impl !Send for ExecutionResult
impl !Sync for ExecutionResult
impl Unpin for ExecutionResult
impl !UnwindSafe for ExecutionResult
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