pub struct AgentStepResult {
pub output: Value,
pub tokens: u64,
pub cost_micros: u64,
}Fields§
§output: Value§tokens: u64§cost_micros: u64Trait Implementations§
Source§impl Clone for AgentStepResult
impl Clone for AgentStepResult
Source§fn clone(&self) -> AgentStepResult
fn clone(&self) -> AgentStepResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AgentStepResult
impl RefUnwindSafe for AgentStepResult
impl Send for AgentStepResult
impl Sync for AgentStepResult
impl Unpin for AgentStepResult
impl UnsafeUnpin for AgentStepResult
impl UnwindSafe for AgentStepResult
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