pub enum SlashCommand {
}Variants§
Help
Clear
Compact
Cost
Model(String)
Mode
Diff
Status
Doctor
Config
Permissions
Session(String)
Plan
Think
Add(String)
Files
Memory
Export
Rewind(usize)
Review
Commit
Fast
Effort(String)
Usage
Copy
Login
Logout
Vim
Version
Quit
Auto Trait Implementations§
impl Freeze for SlashCommand
impl RefUnwindSafe for SlashCommand
impl Send for SlashCommand
impl Sync for SlashCommand
impl Unpin for SlashCommand
impl UnsafeUnpin for SlashCommand
impl UnwindSafe for SlashCommand
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