Enum kind_openai::endpoints::chat::ChatCompletionModel
source · pub enum ChatCompletionModel {
Gpt4o_2024_08_06,
Gpt4o,
Gpt4oMini,
}
Variants§
Trait Implementations§
source§impl Clone for ChatCompletionModel
impl Clone for ChatCompletionModel
source§fn clone(&self) -> ChatCompletionModel
fn clone(&self) -> ChatCompletionModel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Serialize for ChatCompletionModel
impl Serialize for ChatCompletionModel
impl Copy for ChatCompletionModel
Auto Trait Implementations§
impl Freeze for ChatCompletionModel
impl RefUnwindSafe for ChatCompletionModel
impl Send for ChatCompletionModel
impl Sync for ChatCompletionModel
impl Unpin for ChatCompletionModel
impl UnwindSafe for ChatCompletionModel
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)