pub struct StatisticsTool;Expand description
Statistics tool for basic statistical calculations
Implementations§
Trait Implementations§
Source§impl Default for StatisticsTool
impl Default for StatisticsTool
Source§impl Tool for StatisticsTool
impl Tool for StatisticsTool
Source§fn schema(&self) -> ToolSchema
fn schema(&self) -> ToolSchema
Get tool schema
Auto Trait Implementations§
impl Freeze for StatisticsTool
impl RefUnwindSafe for StatisticsTool
impl Send for StatisticsTool
impl Sync for StatisticsTool
impl Unpin for StatisticsTool
impl UnsafeUnpin for StatisticsTool
impl UnwindSafe for StatisticsTool
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