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