pub enum ChatCompletionV1ChatCompletionsPostError {
Status422(HttpValidationError),
UnknownValue(Value),
}Expand description
struct for typed errors of method chat_completion_v1_chat_completions_post
Variants§
Status422(HttpValidationError)
UnknownValue(Value)
Trait Implementations§
Source§impl Clone for ChatCompletionV1ChatCompletionsPostError
impl Clone for ChatCompletionV1ChatCompletionsPostError
Source§fn clone(&self) -> ChatCompletionV1ChatCompletionsPostError
fn clone(&self) -> ChatCompletionV1ChatCompletionsPostError
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<'de> Deserialize<'de> for ChatCompletionV1ChatCompletionsPostError
impl<'de> Deserialize<'de> for ChatCompletionV1ChatCompletionsPostError
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 ChatCompletionV1ChatCompletionsPostError
impl RefUnwindSafe for ChatCompletionV1ChatCompletionsPostError
impl Send for ChatCompletionV1ChatCompletionsPostError
impl Sync for ChatCompletionV1ChatCompletionsPostError
impl Unpin for ChatCompletionV1ChatCompletionsPostError
impl UnsafeUnpin for ChatCompletionV1ChatCompletionsPostError
impl UnwindSafe for ChatCompletionV1ChatCompletionsPostError
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