pub struct ModelRecommendations {
pub small_models: Vec<ModelRecommendation>,
pub medium_models: Vec<ModelRecommendation>,
pub large_models: Vec<ModelRecommendation>,
}
Fields§
§small_models: Vec<ModelRecommendation>
§medium_models: Vec<ModelRecommendation>
§large_models: Vec<ModelRecommendation>
Trait Implementations§
Source§impl Debug for ModelRecommendations
impl Debug for ModelRecommendations
Source§impl<'de> Deserialize<'de> for ModelRecommendations
impl<'de> Deserialize<'de> for ModelRecommendations
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ModelRecommendations
impl RefUnwindSafe for ModelRecommendations
impl Send for ModelRecommendations
impl Sync for ModelRecommendations
impl Unpin for ModelRecommendations
impl UnwindSafe for ModelRecommendations
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