pub struct InitTool { /* private fields */ }Expand description
Tool for initializing spec-kit projects
Implementations§
Trait Implementations§
Source§impl Tool for InitTool
impl Tool for InitTool
Source§fn definition(&self) -> ToolDefinition
fn definition(&self) -> ToolDefinition
Get the tool definition
Auto Trait Implementations§
impl Freeze for InitTool
impl RefUnwindSafe for InitTool
impl Send for InitTool
impl Sync for InitTool
impl Unpin for InitTool
impl UnwindSafe for InitTool
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