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