pub enum InstallCategory {
Chat,
Code,
Voice,
Image,
}Expand description
The task a catalog entry is meant for.
Variants§
Chat
General chat / assistants.
Code
Coding help.
Voice
Speech (text-to-speech / transcription).
Image
Image generation.
Implementations§
Trait Implementations§
Source§impl Clone for InstallCategory
impl Clone for InstallCategory
Source§fn clone(&self) -> InstallCategory
fn clone(&self) -> InstallCategory
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InstallCategory
Source§impl Debug for InstallCategory
impl Debug for InstallCategory
impl Eq for InstallCategory
Source§impl Hash for InstallCategory
impl Hash for InstallCategory
Source§impl PartialEq for InstallCategory
impl PartialEq for InstallCategory
impl StructuralPartialEq for InstallCategory
Auto Trait Implementations§
impl Freeze for InstallCategory
impl RefUnwindSafe for InstallCategory
impl Send for InstallCategory
impl Sync for InstallCategory
impl Unpin for InstallCategory
impl UnsafeUnpin for InstallCategory
impl UnwindSafe for InstallCategory
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