pub enum DeepSeekModel {
Chat,
Coder,
Reasoner,
}Variants§
Trait Implementations§
Source§impl Clone for DeepSeekModel
impl Clone for DeepSeekModel
Source§fn clone(&self) -> DeepSeekModel
fn clone(&self) -> DeepSeekModel
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 DeepSeekModel
impl Debug for DeepSeekModel
Source§impl From<DeepSeekModel> for String
impl From<DeepSeekModel> for String
Source§fn from(model: DeepSeekModel) -> Self
fn from(model: DeepSeekModel) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DeepSeekModel
impl RefUnwindSafe for DeepSeekModel
impl Send for DeepSeekModel
impl Sync for DeepSeekModel
impl Unpin for DeepSeekModel
impl UnsafeUnpin for DeepSeekModel
impl UnwindSafe for DeepSeekModel
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