pub struct SessionSimResult {
pub raw_tokens: usize,
pub lean_tokens: usize,
pub lean_ccp_tokens: usize,
pub raw_cost: f64,
pub lean_cost: f64,
pub ccp_cost: f64,
}Fields§
§raw_tokens: usize§lean_tokens: usize§lean_ccp_tokens: usize§raw_cost: f64§lean_cost: f64§ccp_cost: f64Trait Implementations§
Source§impl Clone for SessionSimResult
impl Clone for SessionSimResult
Source§fn clone(&self) -> SessionSimResult
fn clone(&self) -> SessionSimResult
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 moreAuto Trait Implementations§
impl Freeze for SessionSimResult
impl RefUnwindSafe for SessionSimResult
impl Send for SessionSimResult
impl Sync for SessionSimResult
impl Unpin for SessionSimResult
impl UnsafeUnpin for SessionSimResult
impl UnwindSafe for SessionSimResult
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