Enum async_openai::types::ImageSize
source · pub enum ImageSize {
S256x256,
S512x512,
S1024x1024,
S1792x1024,
S1024x1792,
}
Variants§
Trait Implementations§
source§impl PartialEq for ImageSize
impl PartialEq for ImageSize
impl Copy for ImageSize
impl StructuralPartialEq for ImageSize
Auto Trait Implementations§
impl RefUnwindSafe for ImageSize
impl Send for ImageSize
impl Sync for ImageSize
impl Unpin for ImageSize
impl UnwindSafe for ImageSize
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