pub struct LookupHit {
pub provider: &'static str,
pub input_per_m: f64,
pub output_per_m: f64,
}Fields§
§provider: &'static str§input_per_m: f64Input cost per million tokens (USD).
output_per_m: f64Output cost per million tokens (USD).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LookupHit
impl RefUnwindSafe for LookupHit
impl Send for LookupHit
impl Sync for LookupHit
impl Unpin for LookupHit
impl UnsafeUnpin for LookupHit
impl UnwindSafe for LookupHit
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