pub struct ModelsDevSource { /* private fields */ }Expand description
The default capability/pricing feed: https://models.dev/api.json.
Implementations§
Trait Implementations§
Source§impl Default for ModelsDevSource
impl Default for ModelsDevSource
Source§impl ModelCatalogSource for ModelsDevSource
impl ModelCatalogSource for ModelsDevSource
Auto Trait Implementations§
impl !RefUnwindSafe for ModelsDevSource
impl !UnwindSafe for ModelsDevSource
impl Freeze for ModelsDevSource
impl Send for ModelsDevSource
impl Sync for ModelsDevSource
impl Unpin for ModelsDevSource
impl UnsafeUnpin for ModelsDevSource
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