pub struct ComputeSumTool;Trait Implementations§
Source§impl Default for ComputeSumTool
impl Default for ComputeSumTool
Source§fn default() -> ComputeSumTool
fn default() -> ComputeSumTool
Returns the “default value” for a type. Read more
Source§impl Tool for ComputeSumTool
impl Tool for ComputeSumTool
Source§fn schema(&self) -> ToolSchema
fn schema(&self) -> ToolSchema
Get tool schema
Auto Trait Implementations§
impl Freeze for ComputeSumTool
impl RefUnwindSafe for ComputeSumTool
impl Send for ComputeSumTool
impl Sync for ComputeSumTool
impl Unpin for ComputeSumTool
impl UnsafeUnpin for ComputeSumTool
impl UnwindSafe for ComputeSumTool
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