pub struct AgentTokenStats {
pub tokens_processed: u64,
pub tokens_saved: u64,
}Fields§
§tokens_processed: u64§tokens_saved: u64Trait Implementations§
Source§impl Clone for AgentTokenStats
impl Clone for AgentTokenStats
Source§fn clone(&self) -> AgentTokenStats
fn clone(&self) -> AgentTokenStats
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AgentTokenStats
impl Debug for AgentTokenStats
Source§impl Default for AgentTokenStats
impl Default for AgentTokenStats
Source§fn default() -> AgentTokenStats
fn default() -> AgentTokenStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AgentTokenStats
impl RefUnwindSafe for AgentTokenStats
impl Send for AgentTokenStats
impl Sync for AgentTokenStats
impl Unpin for AgentTokenStats
impl UnsafeUnpin for AgentTokenStats
impl UnwindSafe for AgentTokenStats
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