pub enum KatCoderVariant {
Pro,
Air,
}Expand description
KatCoder AI provider variants
Variants§
Implementations§
Source§impl KatCoderVariant
impl KatCoderVariant
pub fn display_name(&self) -> &'static str
pub fn description(&self) -> &'static str
pub fn model_name(&self) -> &'static str
Trait Implementations§
Source§impl Clone for KatCoderVariant
impl Clone for KatCoderVariant
Source§fn clone(&self) -> KatCoderVariant
fn clone(&self) -> KatCoderVariant
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 KatCoderVariant
impl RefUnwindSafe for KatCoderVariant
impl Send for KatCoderVariant
impl Sync for KatCoderVariant
impl Unpin for KatCoderVariant
impl UnwindSafe for KatCoderVariant
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