pub enum ImageModel {
DallE3,
}
Variants§
DallE3
Trait Implementations§
Source§impl Clone for ImageModel
impl Clone for ImageModel
Source§fn clone(&self) -> ImageModel
fn clone(&self) -> ImageModel
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 ImageModel
impl Debug for ImageModel
Source§impl Default for ImageModel
impl Default for ImageModel
Source§fn default() -> ImageModel
fn default() -> ImageModel
Returns the “default value” for a type. Read more
Source§impl PartialEq for ImageModel
impl PartialEq for ImageModel
Source§impl Serialize for ImageModel
impl Serialize for ImageModel
impl Copy for ImageModel
impl Eq for ImageModel
impl StructuralPartialEq for ImageModel
Auto Trait Implementations§
impl Freeze for ImageModel
impl RefUnwindSafe for ImageModel
impl Send for ImageModel
impl Sync for ImageModel
impl Unpin for ImageModel
impl UnwindSafe for ImageModel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.