pub struct ModelInfo {
pub id: &'static str,
pub provider: &'static str,
pub name: &'static str,
pub label: &'static str,
}Expand description
Static model registry — shared between CLI and proxy.
Fields§
§id: &'static str§provider: &'static str§name: &'static str§label: &'static strAuto Trait Implementations§
impl Freeze for ModelInfo
impl RefUnwindSafe for ModelInfo
impl Send for ModelInfo
impl Sync for ModelInfo
impl Unpin for ModelInfo
impl UnsafeUnpin for ModelInfo
impl UnwindSafe for ModelInfo
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