pub struct GainSummary {
pub commands: u64,
pub input_tokens: u64,
pub output_tokens: u64,
pub saved_tokens: u64,
pub savings_pct: f64,
}Expand description
Summary row from gain report.
Fields§
§commands: u64§input_tokens: u64§output_tokens: u64§saved_tokens: u64§savings_pct: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for GainSummary
impl RefUnwindSafe for GainSummary
impl Send for GainSummary
impl Sync for GainSummary
impl Unpin for GainSummary
impl UnsafeUnpin for GainSummary
impl UnwindSafe for GainSummary
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