pub enum ClientFormat {
AnthropicMessages,
OpenaiChat,
OpenaiResponses,
GeminiGenerate,
}Variants§
Implementations§
Source§impl ClientFormat
impl ClientFormat
Trait Implementations§
Source§impl Clone for ClientFormat
impl Clone for ClientFormat
Source§fn clone(&self) -> ClientFormat
fn clone(&self) -> ClientFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ClientFormat
Source§impl Debug for ClientFormat
impl Debug for ClientFormat
impl Eq for ClientFormat
Source§impl PartialEq for ClientFormat
impl PartialEq for ClientFormat
Source§fn eq(&self, other: &ClientFormat) -> bool
fn eq(&self, other: &ClientFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClientFormat
Auto Trait Implementations§
impl Freeze for ClientFormat
impl RefUnwindSafe for ClientFormat
impl Send for ClientFormat
impl Sync for ClientFormat
impl Unpin for ClientFormat
impl UnsafeUnpin for ClientFormat
impl UnwindSafe for ClientFormat
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