pub enum NativeOutcome {
Return(Value),
Call(NativeCall),
Suspend(NativeSuspend),
Runtime(RuntimeRequest),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for NativeOutcome
impl !Send for NativeOutcome
impl !Sync for NativeOutcome
impl !UnwindSafe for NativeOutcome
impl Freeze for NativeOutcome
impl Unpin for NativeOutcome
impl UnsafeUnpin for NativeOutcome
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