pub struct AnalyzeTool { /* private fields */ }Expand description
Tool for analyzing spec-kit artifacts
Implementations§
Source§impl AnalyzeTool
impl AnalyzeTool
Sourcepub fn new(cli: SpecKitCli) -> Self
pub fn new(cli: SpecKitCli) -> Self
Create a new analyze tool
Trait Implementations§
Source§impl Tool for AnalyzeTool
impl Tool for AnalyzeTool
Source§fn definition(&self) -> ToolDefinition
fn definition(&self) -> ToolDefinition
Get the tool definition
Auto Trait Implementations§
impl Freeze for AnalyzeTool
impl RefUnwindSafe for AnalyzeTool
impl Send for AnalyzeTool
impl Sync for AnalyzeTool
impl Unpin for AnalyzeTool
impl UnwindSafe for AnalyzeTool
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