pub struct AgentCompletion {
pub evidence: ExecutionEvidence,
pub wait_error: Option<String>,
}Fields§
§evidence: ExecutionEvidence§wait_error: Option<String>Auto Trait Implementations§
impl Freeze for AgentCompletion
impl RefUnwindSafe for AgentCompletion
impl Send for AgentCompletion
impl Sync for AgentCompletion
impl Unpin for AgentCompletion
impl UnsafeUnpin for AgentCompletion
impl UnwindSafe for AgentCompletion
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