Enum claude_flows::chat::ClaudeModel
source · pub enum ClaudeModel {
Claude1,
Claude2,
ClaudeInstant1,
}Expand description
Models
Variants§
Trait Implementations§
source§impl Debug for ClaudeModel
impl Debug for ClaudeModel
source§impl Default for ClaudeModel
impl Default for ClaudeModel
source§fn default() -> ClaudeModel
fn default() -> ClaudeModel
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ClaudeModel
impl Send for ClaudeModel
impl Sync for ClaudeModel
impl Unpin for ClaudeModel
impl UnwindSafe for ClaudeModel
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