pub struct CostTable { /* private fields */ }Expand description
Lookup table mapping model identifiers to their token costs.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CostTable
impl RefUnwindSafe for CostTable
impl Send for CostTable
impl Sync for CostTable
impl Unpin for CostTable
impl UnsafeUnpin for CostTable
impl UnwindSafe for CostTable
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