pub struct JobResponse {
pub nonce: u32,
pub job_id: u8,
pub midstate_id: u8,
}Fields§
§nonce: u32§job_id: u8§midstate_id: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for JobResponse
impl RefUnwindSafe for JobResponse
impl Send for JobResponse
impl Sync for JobResponse
impl Unpin for JobResponse
impl UnwindSafe for JobResponse
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