pub struct TurnStats {
pub duration_ms: i64,
pub step_count: usize,
pub total_tokens: i32,
}Fields§
§duration_ms: i64§step_count: usize§total_tokens: i32Trait Implementations§
Source§impl<'de> Deserialize<'de> for TurnStats
impl<'de> Deserialize<'de> for TurnStats
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for TurnStats
impl RefUnwindSafe for TurnStats
impl Send for TurnStats
impl Sync for TurnStats
impl Unpin for TurnStats
impl UnwindSafe for TurnStats
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