pub enum DallE3ImageSize {
S1024x1024,
S1792x1024,
S1024x1792,
}Variants§
Trait Implementations§
Source§impl Clone for DallE3ImageSize
impl Clone for DallE3ImageSize
Source§fn clone(&self) -> DallE3ImageSize
fn clone(&self) -> DallE3ImageSize
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 DallE3ImageSize
Source§impl Debug for DallE3ImageSize
impl Debug for DallE3ImageSize
Source§impl Default for DallE3ImageSize
impl Default for DallE3ImageSize
Source§fn default() -> DallE3ImageSize
fn default() -> DallE3ImageSize
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DallE3ImageSize
impl<'de> Deserialize<'de> for DallE3ImageSize
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<DallE3ImageSize, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<DallE3ImageSize, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DallE3ImageSize
impl PartialEq for DallE3ImageSize
Source§impl Serialize for DallE3ImageSize
impl Serialize for DallE3ImageSize
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 DallE3ImageSize
Auto Trait Implementations§
impl Freeze for DallE3ImageSize
impl RefUnwindSafe for DallE3ImageSize
impl Send for DallE3ImageSize
impl Sync for DallE3ImageSize
impl Unpin for DallE3ImageSize
impl UnsafeUnpin for DallE3ImageSize
impl UnwindSafe for DallE3ImageSize
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