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