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