pub struct Entry {
pub variant: ModelId,
pub id: &'static str,
pub vendor: &'static str,
pub display: &'static str,
pub description: &'static str,
pub efficient: bool,
pub top_tier: bool,
pub generation: &'static str,
pub reasoning: bool,
pub tool_call: bool,
}Fields§
§variant: ModelId§id: &'static str§vendor: &'static str§display: &'static str§description: &'static str§efficient: bool§top_tier: bool§generation: &'static str§reasoning: bool§tool_call: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for Entry
impl RefUnwindSafe for Entry
impl Send for Entry
impl Sync for Entry
impl Unpin for Entry
impl UnwindSafe for Entry
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