pub enum ModelsTrue {
Show 13 variants
Gpt4Period120250414,
Gpt4Period1Mini20250414,
Gpt4Period1Nano20250414,
Gpt4o20241120,
Gpt4o20240806,
Gpt4o20240513,
Gpt4oMini20240718,
Gpt4Turbo20240409,
Gpt40125Preview,
Gpt41106Preview,
Gpt40613,
Gpt35Turbo0125,
Gpt35Turbo1106,
}
Expand description
Variants§
Gpt4Period120250414
Gpt4Period1Mini20250414
Gpt4Period1Nano20250414
Gpt4o20241120
Gpt4o20240806
Gpt4o20240513
Gpt4oMini20240718
Gpt4Turbo20240409
Gpt40125Preview
Gpt41106Preview
Gpt40613
Gpt35Turbo0125
Gpt35Turbo1106
Trait Implementations§
Source§impl Clone for ModelsTrue
impl Clone for ModelsTrue
Source§fn clone(&self) -> ModelsTrue
fn clone(&self) -> ModelsTrue
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ModelsTrue
impl Debug for ModelsTrue
Source§impl Default for ModelsTrue
impl Default for ModelsTrue
Source§fn default() -> ModelsTrue
fn default() -> ModelsTrue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ModelsTrue
impl<'de> Deserialize<'de> for ModelsTrue
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
Source§impl Hash for ModelsTrue
impl Hash for ModelsTrue
Source§impl Ord for ModelsTrue
impl Ord for ModelsTrue
Source§fn cmp(&self, other: &ModelsTrue) -> Ordering
fn cmp(&self, other: &ModelsTrue) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ModelsTrue
impl PartialEq for ModelsTrue
Source§impl PartialOrd for ModelsTrue
impl PartialOrd for ModelsTrue
Source§impl Serialize for ModelsTrue
impl Serialize for ModelsTrue
impl Copy for ModelsTrue
impl Eq for ModelsTrue
impl StructuralPartialEq for ModelsTrue
Auto Trait Implementations§
impl Freeze for ModelsTrue
impl RefUnwindSafe for ModelsTrue
impl Send for ModelsTrue
impl Sync for ModelsTrue
impl Unpin for ModelsTrue
impl UnwindSafe for ModelsTrue
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