pub enum GoogleModelVariant {
Gemini20FlashExpImageGen,
Gemini20Flash,
Gemini25Flash,
Gemini25Pro,
Gemini25FlashLight,
}Expand description
Supported Google AI models. Some models have different capabilities than others, so this enum may be used to branch the different capabilities.
Variants§
Trait Implementations§
Source§impl Clone for GoogleModelVariant
impl Clone for GoogleModelVariant
Source§fn clone(&self) -> GoogleModelVariant
fn clone(&self) -> GoogleModelVariant
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 moreSource§impl Debug for GoogleModelVariant
impl Debug for GoogleModelVariant
impl Eq for GoogleModelVariant
Source§impl Hash for GoogleModelVariant
impl Hash for GoogleModelVariant
Source§impl PartialEq for GoogleModelVariant
impl PartialEq for GoogleModelVariant
Source§fn eq(&self, other: &GoogleModelVariant) -> bool
fn eq(&self, other: &GoogleModelVariant) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GoogleModelVariant
Auto Trait Implementations§
impl Freeze for GoogleModelVariant
impl RefUnwindSafe for GoogleModelVariant
impl Send for GoogleModelVariant
impl Sync for GoogleModelVariant
impl Unpin for GoogleModelVariant
impl UnsafeUnpin for GoogleModelVariant
impl UnwindSafe for GoogleModelVariant
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.