pub enum ChatCompletionObject {
ChatCompletion,
}
Expand description
The object type, which is always chat.completion
.
Variants§
ChatCompletion
The object type is always chat.completion
.
Trait Implementations§
Source§impl Debug for ChatCompletionObject
impl Debug for ChatCompletionObject
Source§impl<'de> Deserialize<'de> for ChatCompletionObject
impl<'de> Deserialize<'de> for ChatCompletionObject
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 ChatCompletionObject
impl RefUnwindSafe for ChatCompletionObject
impl Send for ChatCompletionObject
impl Sync for ChatCompletionObject
impl Unpin for ChatCompletionObject
impl UnwindSafe for ChatCompletionObject
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