pub enum GptImage1ImageSize {
Auto,
S1024x1024,
S1536x1024,
S1024x1536,
}Variants§
Trait Implementations§
Source§impl Clone for GptImage1ImageSize
impl Clone for GptImage1ImageSize
Source§fn clone(&self) -> GptImage1ImageSize
fn clone(&self) -> GptImage1ImageSize
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GptImage1ImageSize
Source§impl Debug for GptImage1ImageSize
impl Debug for GptImage1ImageSize
Source§impl Default for GptImage1ImageSize
impl Default for GptImage1ImageSize
Source§fn default() -> GptImage1ImageSize
fn default() -> GptImage1ImageSize
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GptImage1ImageSize
impl<'de> Deserialize<'de> for GptImage1ImageSize
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<GptImage1ImageSize, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<GptImage1ImageSize, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GptImage1ImageSize
impl PartialEq for GptImage1ImageSize
Source§impl Serialize for GptImage1ImageSize
impl Serialize for GptImage1ImageSize
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for GptImage1ImageSize
Auto Trait Implementations§
impl Freeze for GptImage1ImageSize
impl RefUnwindSafe for GptImage1ImageSize
impl Send for GptImage1ImageSize
impl Sync for GptImage1ImageSize
impl Unpin for GptImage1ImageSize
impl UnsafeUnpin for GptImage1ImageSize
impl UnwindSafe for GptImage1ImageSize
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