pub enum RepoPromptMode {
Tools,
Plan,
Off,
}Expand description
RepoPrompt mode selection from CLI.
Variants§
Trait Implementations§
Source§impl Clone for RepoPromptMode
impl Clone for RepoPromptMode
Source§fn clone(&self) -> RepoPromptMode
fn clone(&self) -> RepoPromptMode
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 RepoPromptMode
impl Debug for RepoPromptMode
Source§impl PartialEq for RepoPromptMode
impl PartialEq for RepoPromptMode
Source§impl ValueEnum for RepoPromptMode
impl ValueEnum for RepoPromptMode
impl Copy for RepoPromptMode
impl Eq for RepoPromptMode
impl StructuralPartialEq for RepoPromptMode
Auto Trait Implementations§
impl Freeze for RepoPromptMode
impl RefUnwindSafe for RepoPromptMode
impl Send for RepoPromptMode
impl Sync for RepoPromptMode
impl Unpin for RepoPromptMode
impl UnsafeUnpin for RepoPromptMode
impl UnwindSafe for RepoPromptMode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.