pub struct ApiErrorResponse { /* private fields */ }Trait Implementations§
Source§impl Debug for ApiErrorResponse
impl Debug for ApiErrorResponse
Source§impl<'de> Deserialize<'de> for ApiErrorResponse
impl<'de> Deserialize<'de> for ApiErrorResponse
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<ApiErrorResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ApiErrorResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<ApiErrorResponse> for CompletionError
impl From<ApiErrorResponse> for CompletionError
Source§fn from(err: ApiErrorResponse) -> CompletionError
fn from(err: ApiErrorResponse) -> CompletionError
Converts to this type from the input type.
Source§impl From<ApiErrorResponse> for EmbeddingError
impl From<ApiErrorResponse> for EmbeddingError
Source§fn from(err: ApiErrorResponse) -> EmbeddingError
fn from(err: ApiErrorResponse) -> EmbeddingError
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ApiErrorResponse
impl RefUnwindSafe for ApiErrorResponse
impl Send for ApiErrorResponse
impl Sync for ApiErrorResponse
impl Unpin for ApiErrorResponse
impl UnsafeUnpin for ApiErrorResponse
impl UnwindSafe for ApiErrorResponse
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