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