Enum cohere_rust::api::GenerateModel
source · pub enum GenerateModel {
Command,
CommandLight,
CommandNightly,
CommandLightNightly,
Custom(String),
}
Variants§
Trait Implementations§
source§impl Debug for GenerateModel
impl Debug for GenerateModel
source§impl Display for GenerateModel
impl Display for GenerateModel
Auto Trait Implementations§
impl RefUnwindSafe for GenerateModel
impl Send for GenerateModel
impl Sync for GenerateModel
impl Unpin for GenerateModel
impl UnwindSafe for GenerateModel
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