pub enum ImageGenError {
MissingApiKey,
InvalidCount,
RequestError(Error),
InvalidResponse,
}
Variants§
Trait Implementations§
Source§impl Debug for ImageGenError
impl Debug for ImageGenError
Auto Trait Implementations§
impl Freeze for ImageGenError
impl !RefUnwindSafe for ImageGenError
impl Send for ImageGenError
impl Sync for ImageGenError
impl Unpin for ImageGenError
impl !UnwindSafe for ImageGenError
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