pub struct StoreCounts {
pub sessions: u64,
pub turns: u64,
pub token_usage: u64,
pub tool_calls: u64,
}Fields§
§sessions: u64§turns: u64§token_usage: u64§tool_calls: u64Trait Implementations§
Source§impl Clone for StoreCounts
impl Clone for StoreCounts
Source§fn clone(&self) -> StoreCounts
fn clone(&self) -> StoreCounts
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 moreimpl Copy for StoreCounts
Source§impl Debug for StoreCounts
impl Debug for StoreCounts
impl Eq for StoreCounts
Source§impl PartialEq for StoreCounts
impl PartialEq for StoreCounts
Source§fn eq(&self, other: &StoreCounts) -> bool
fn eq(&self, other: &StoreCounts) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StoreCounts
Auto Trait Implementations§
impl Freeze for StoreCounts
impl RefUnwindSafe for StoreCounts
impl Send for StoreCounts
impl Sync for StoreCounts
impl Unpin for StoreCounts
impl UnsafeUnpin for StoreCounts
impl UnwindSafe for StoreCounts
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.