pub enum ImageGenerationQuality {
Low,
Medium,
High,
Auto,
}
Variants§
Trait Implementations§
Source§impl Clone for ImageGenerationQuality
impl Clone for ImageGenerationQuality
Source§fn clone(&self) -> ImageGenerationQuality
fn clone(&self) -> ImageGenerationQuality
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ImageGenerationQuality
impl Debug for ImageGenerationQuality
Source§impl<'de> Deserialize<'de> for ImageGenerationQuality
impl<'de> Deserialize<'de> for ImageGenerationQuality
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ImageGenerationQuality
impl PartialEq for ImageGenerationQuality
Source§impl Serialize for ImageGenerationQuality
impl Serialize for ImageGenerationQuality
impl StructuralPartialEq for ImageGenerationQuality
Auto Trait Implementations§
impl Freeze for ImageGenerationQuality
impl RefUnwindSafe for ImageGenerationQuality
impl Send for ImageGenerationQuality
impl Sync for ImageGenerationQuality
impl Unpin for ImageGenerationQuality
impl UnwindSafe for ImageGenerationQuality
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