pub enum ResolvedOpenAiApiFormat {
Completions,
Responses,
}Expand description
Resolved (non-Auto) API format
Variants§
Trait Implementations§
Source§impl Clone for ResolvedOpenAiApiFormat
impl Clone for ResolvedOpenAiApiFormat
Source§fn clone(&self) -> ResolvedOpenAiApiFormat
fn clone(&self) -> ResolvedOpenAiApiFormat
Returns a duplicate 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 Debug for ResolvedOpenAiApiFormat
impl Debug for ResolvedOpenAiApiFormat
Source§impl PartialEq for ResolvedOpenAiApiFormat
impl PartialEq for ResolvedOpenAiApiFormat
impl StructuralPartialEq for ResolvedOpenAiApiFormat
Auto Trait Implementations§
impl Freeze for ResolvedOpenAiApiFormat
impl RefUnwindSafe for ResolvedOpenAiApiFormat
impl Send for ResolvedOpenAiApiFormat
impl Sync for ResolvedOpenAiApiFormat
impl Unpin for ResolvedOpenAiApiFormat
impl UnsafeUnpin for ResolvedOpenAiApiFormat
impl UnwindSafe for ResolvedOpenAiApiFormat
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