pub enum RuntimeInputFrame {
InvokeWorker(Box<WorkerInvocationInput>),
CancelInvoke(CancelInvocationInput),
HostcallResponse(RuntimeHostcallResponseInput),
Unsupported(FrameIdentity),
}Variants§
InvokeWorker(Box<WorkerInvocationInput>)
CancelInvoke(CancelInvocationInput)
HostcallResponse(RuntimeHostcallResponseInput)
Unsupported(FrameIdentity)
Auto Trait Implementations§
impl Freeze for RuntimeInputFrame
impl RefUnwindSafe for RuntimeInputFrame
impl Send for RuntimeInputFrame
impl Sync for RuntimeInputFrame
impl Unpin for RuntimeInputFrame
impl UnsafeUnpin for RuntimeInputFrame
impl UnwindSafe for RuntimeInputFrame
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