pub enum CompletionModel {
TextDavinci003,
TextDavinci002,
CodeDavinci002,
}
Expand description
The current completion models.
Variants§
Trait Implementations§
Source§impl Clone for CompletionModel
impl Clone for CompletionModel
Source§fn clone(&self) -> CompletionModel
fn clone(&self) -> CompletionModel
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 CompletionModel
impl Debug for CompletionModel
Auto Trait Implementations§
impl Freeze for CompletionModel
impl RefUnwindSafe for CompletionModel
impl Send for CompletionModel
impl Sync for CompletionModel
impl Unpin for CompletionModel
impl UnwindSafe for CompletionModel
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