pub enum LanguageModel {
Grok4,
GrokCode,
Grok3,
Grok3Fast,
Grok3Mini,
Grok3MiniFast,
Grok2,
Grok2Vision,
}Variants§
Implementations§
Source§impl LanguageModel
impl LanguageModel
pub fn err_ivalid_model(model: String) -> String
Trait Implementations§
Source§impl Clone for LanguageModel
impl Clone for LanguageModel
Source§fn clone(&self) -> LanguageModel
fn clone(&self) -> LanguageModel
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 LanguageModel
impl Debug for LanguageModel
Source§impl<'de> Deserialize<'de> for LanguageModel
impl<'de> Deserialize<'de> for LanguageModel
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 Display for LanguageModel
impl Display for LanguageModel
Source§impl FromStr for LanguageModel
impl FromStr for LanguageModel
Source§impl IntoEnumIterator for LanguageModel
impl IntoEnumIterator for LanguageModel
type Iterator = LanguageModelIter
fn iter() -> LanguageModelIter ⓘ
Source§impl PartialEq for LanguageModel
impl PartialEq for LanguageModel
Source§impl Serialize for LanguageModel
impl Serialize for LanguageModel
Source§impl TryFrom<&str> for LanguageModel
impl TryFrom<&str> for LanguageModel
impl Copy for LanguageModel
impl StructuralPartialEq for LanguageModel
Auto Trait Implementations§
impl Freeze for LanguageModel
impl RefUnwindSafe for LanguageModel
impl Send for LanguageModel
impl Sync for LanguageModel
impl Unpin for LanguageModel
impl UnwindSafe for LanguageModel
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<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.