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