pub struct ToolRoute {
pub tool: Tool,
pub handler: ToolHandlerFn,
}Fields§
§tool: Tool§handler: ToolHandlerFnAuto Trait Implementations§
impl Freeze for ToolRoute
impl !RefUnwindSafe for ToolRoute
impl Send for ToolRoute
impl Sync for ToolRoute
impl Unpin for ToolRoute
impl UnsafeUnpin for ToolRoute
impl !UnwindSafe for ToolRoute
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