pub enum UsageImagesParamsSources {
ImageGeneration,
ImageEdit,
ImageVariation,
}
Variants§
Trait Implementations§
Source§impl Clone for UsageImagesParamsSources
impl Clone for UsageImagesParamsSources
Source§fn clone(&self) -> UsageImagesParamsSources
fn clone(&self) -> UsageImagesParamsSources
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UsageImagesParamsSources
impl Debug for UsageImagesParamsSources
Source§impl<'de> Deserialize<'de> for UsageImagesParamsSources
impl<'de> Deserialize<'de> for UsageImagesParamsSources
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 UsageImagesParamsSources
impl PartialEq for UsageImagesParamsSources
Source§fn eq(&self, other: &UsageImagesParamsSources) -> bool
fn eq(&self, other: &UsageImagesParamsSources) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl Serialize for UsageImagesParamsSources
impl Serialize for UsageImagesParamsSources
impl Copy for UsageImagesParamsSources
impl StructuralPartialEq for UsageImagesParamsSources
Auto Trait Implementations§
impl Freeze for UsageImagesParamsSources
impl RefUnwindSafe for UsageImagesParamsSources
impl Send for UsageImagesParamsSources
impl Sync for UsageImagesParamsSources
impl Unpin for UsageImagesParamsSources
impl UnwindSafe for UsageImagesParamsSources
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