pub enum LLMProviderType {
Remote(LLMConfig),
}Expand description
The type of LLM provider to use.
Variants§
Trait Implementations§
Source§impl Clone for LLMProviderType
impl Clone for LLMProviderType
Source§fn clone(&self) -> LLMProviderType
fn clone(&self) -> LLMProviderType
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 moreAuto Trait Implementations§
impl Freeze for LLMProviderType
impl RefUnwindSafe for LLMProviderType
impl Send for LLMProviderType
impl Sync for LLMProviderType
impl Unpin for LLMProviderType
impl UnwindSafe for LLMProviderType
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