pub struct AgentStepCompleteInput<'a> {
pub step_id: &'a str,
pub run_id: &'a str,
pub root_run_id: &'a str,
pub result: &'a AgentProviderResult,
pub now: i64,
}Fields§
§step_id: &'a str§run_id: &'a str§root_run_id: &'a str§result: &'a AgentProviderResult§now: i64Auto Trait Implementations§
impl<'a> Freeze for AgentStepCompleteInput<'a>
impl<'a> RefUnwindSafe for AgentStepCompleteInput<'a>
impl<'a> Send for AgentStepCompleteInput<'a>
impl<'a> Sync for AgentStepCompleteInput<'a>
impl<'a> Unpin for AgentStepCompleteInput<'a>
impl<'a> UnsafeUnpin for AgentStepCompleteInput<'a>
impl<'a> UnwindSafe for AgentStepCompleteInput<'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