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