pub struct AgentStepClaimInput<'a> {
pub run_id: &'a str,
pub root_run_id: &'a str,
pub checkpoint_name: &'a str,
pub input_signature_hash: &'a str,
pub input_signature_json: &'a str,
pub input_json: &'a Value,
pub worker_id: &'a str,
pub lease_expires_at: i64,
pub now: i64,
}Fields§
§run_id: &'a str§root_run_id: &'a str§checkpoint_name: &'a str§input_signature_hash: &'a str§input_signature_json: &'a str§input_json: &'a Value§worker_id: &'a str§lease_expires_at: i64§now: i64Auto Trait Implementations§
impl<'a> Freeze for AgentStepClaimInput<'a>
impl<'a> RefUnwindSafe for AgentStepClaimInput<'a>
impl<'a> Send for AgentStepClaimInput<'a>
impl<'a> Sync for AgentStepClaimInput<'a>
impl<'a> Unpin for AgentStepClaimInput<'a>
impl<'a> UnsafeUnpin for AgentStepClaimInput<'a>
impl<'a> UnwindSafe for AgentStepClaimInput<'a>
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