pub struct JobRequest {
pub job_id: u32,
}Expand description
Payload for requests with need a reference to a job by its id
Fields§
§job_id: u32Trait Implementations§
Source§impl Default for JobRequest
impl Default for JobRequest
Source§fn default() -> JobRequest
fn default() -> JobRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for JobRequest
impl RefUnwindSafe for JobRequest
impl Send for JobRequest
impl Sync for JobRequest
impl Unpin for JobRequest
impl UnsafeUnpin for JobRequest
impl UnwindSafe for JobRequest
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