pub struct ScanPromptOptions {
pub focus: String,
pub mode: ScanMode,
pub repoprompt_tool_injection: bool,
pub explain: bool,
}Fields§
§focus: String§mode: ScanMode§repoprompt_tool_injection: bool§explain: boolTrait Implementations§
Source§impl Clone for ScanPromptOptions
impl Clone for ScanPromptOptions
Source§fn clone(&self) -> ScanPromptOptions
fn clone(&self) -> ScanPromptOptions
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 moreAuto Trait Implementations§
impl Freeze for ScanPromptOptions
impl RefUnwindSafe for ScanPromptOptions
impl Send for ScanPromptOptions
impl Sync for ScanPromptOptions
impl Unpin for ScanPromptOptions
impl UnsafeUnpin for ScanPromptOptions
impl UnwindSafe for ScanPromptOptions
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