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