pub struct WorkerInvocationInput {
pub identity: FrameIdentity,
pub invocation: IpcResult<ParsedWorkerInvocation>,
}Fields§
§identity: FrameIdentity§invocation: IpcResult<ParsedWorkerInvocation>Auto Trait Implementations§
impl !Freeze for WorkerInvocationInput
impl RefUnwindSafe for WorkerInvocationInput
impl Send for WorkerInvocationInput
impl Sync for WorkerInvocationInput
impl Unpin for WorkerInvocationInput
impl UnsafeUnpin for WorkerInvocationInput
impl UnwindSafe for WorkerInvocationInput
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