pub struct ModelMode(pub String);Expand description
Logical model mode selected by the product, independent of provider and model identifiers.
Tuple Fields§
§0: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for ModelMode
impl<'de> Deserialize<'de> for ModelMode
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
impl Eq for ModelMode
impl StructuralPartialEq for ModelMode
Auto Trait Implementations§
impl Freeze for ModelMode
impl RefUnwindSafe for ModelMode
impl Send for ModelMode
impl Sync for ModelMode
impl Unpin for ModelMode
impl UnsafeUnpin for ModelMode
impl UnwindSafe for ModelMode
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