pub enum AgentStepClaim {
Replay(Box<AgentProviderResult>),
Run {
step_id: String,
},
Wait,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AgentStepClaim
impl RefUnwindSafe for AgentStepClaim
impl Send for AgentStepClaim
impl Sync for AgentStepClaim
impl Unpin for AgentStepClaim
impl UnsafeUnpin for AgentStepClaim
impl UnwindSafe for AgentStepClaim
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