pub enum ImageError {
OpenAIError(OpenAIError),
DeserializeError(Error),
}
Variants§
Trait Implementations§
Source§impl Debug for ImageError
impl Debug for ImageError
Source§impl From<Error> for ImageError
impl From<Error> for ImageError
Source§fn from(original: Error) -> ImageError
fn from(original: Error) -> ImageError
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ImageError
impl !RefUnwindSafe for ImageError
impl Send for ImageError
impl Sync for ImageError
impl Unpin for ImageError
impl !UnwindSafe for ImageError
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