pub struct JobHandle {
pub job_id: String,
pub provider: ProviderType,
pub submitted_at: u64,
}Expand description
Handle returned after submitting a circuit, used to poll status and retrieve results.
Fields§
§job_id: String§provider: ProviderType§submitted_at: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for JobHandle
impl RefUnwindSafe for JobHandle
impl Send for JobHandle
impl Sync for JobHandle
impl Unpin for JobHandle
impl UnsafeUnpin for JobHandle
impl UnwindSafe for JobHandle
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