pub struct CostByCategory {
pub input_cost: f64,
pub output_cost: f64,
pub cache_write_5m_cost: f64,
pub cache_write_1h_cost: f64,
pub cache_read_cost: f64,
}Fields§
§input_cost: f64§output_cost: f64§cache_write_5m_cost: f64§cache_write_1h_cost: f64§cache_read_cost: f64Trait Implementations§
Source§impl Debug for CostByCategory
impl Debug for CostByCategory
Source§impl Default for CostByCategory
impl Default for CostByCategory
Source§fn default() -> CostByCategory
fn default() -> CostByCategory
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CostByCategory
impl RefUnwindSafe for CostByCategory
impl Send for CostByCategory
impl Sync for CostByCategory
impl Unpin for CostByCategory
impl UnsafeUnpin for CostByCategory
impl UnwindSafe for CostByCategory
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