pub struct TaskGainRow {
pub category: TaskCategory,
pub commands: u64,
pub tokens_saved: u64,
pub tool_calls: u64,
pub tool_spend_usd: f64,
}Fields§
§category: TaskCategory§commands: u64§tokens_saved: u64§tool_calls: u64§tool_spend_usd: f64Trait Implementations§
Source§impl Clone for TaskGainRow
impl Clone for TaskGainRow
Source§fn clone(&self) -> TaskGainRow
fn clone(&self) -> TaskGainRow
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 TaskGainRow
impl Debug for TaskGainRow
Source§impl<'de> Deserialize<'de> for TaskGainRow
impl<'de> Deserialize<'de> for TaskGainRow
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 TaskGainRow
impl RefUnwindSafe for TaskGainRow
impl Send for TaskGainRow
impl Sync for TaskGainRow
impl Unpin for TaskGainRow
impl UnsafeUnpin for TaskGainRow
impl UnwindSafe for TaskGainRow
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