pub enum PromptStyle {
DashP,
RunSubcommand,
}Variants§
DashP
-p <prompt> positional flag (claude, gemini, cursor-agent).
RunSubcommand
run <prompt> subcommand (opencode).
Trait Implementations§
Source§impl Clone for PromptStyle
impl Clone for PromptStyle
Source§fn clone(&self) -> PromptStyle
fn clone(&self) -> PromptStyle
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 moreSource§impl Debug for PromptStyle
impl Debug for PromptStyle
impl Copy for PromptStyle
Auto Trait Implementations§
impl Freeze for PromptStyle
impl RefUnwindSafe for PromptStyle
impl Send for PromptStyle
impl Sync for PromptStyle
impl Unpin for PromptStyle
impl UnsafeUnpin for PromptStyle
impl UnwindSafe for PromptStyle
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