pub struct WorkerJobResponse {
pub job_id: JobId,
pub response_type: WorkerResponseType,
}Expand description
Worker job response
Fields§
§job_id: JobIdJob ID
response_type: WorkerResponseTypeResponse type
Trait Implementations§
Source§impl Clone for WorkerJobResponse
impl Clone for WorkerJobResponse
Source§fn clone(&self) -> WorkerJobResponse
fn clone(&self) -> WorkerJobResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WorkerJobResponse
impl Debug for WorkerJobResponse
Source§impl<'de> Deserialize<'de> for WorkerJobResponse
impl<'de> Deserialize<'de> for WorkerJobResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for WorkerJobResponse
impl RefUnwindSafe for WorkerJobResponse
impl Send for WorkerJobResponse
impl Sync for WorkerJobResponse
impl Unpin for WorkerJobResponse
impl UnsafeUnpin for WorkerJobResponse
impl UnwindSafe for WorkerJobResponse
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