pub struct ToolsListResult {
pub tools: Vec<ToolDefinition>,
}Fields§
§tools: Vec<ToolDefinition>Trait Implementations§
Source§impl Debug for ToolsListResult
impl Debug for ToolsListResult
Auto Trait Implementations§
impl Freeze for ToolsListResult
impl RefUnwindSafe for ToolsListResult
impl Send for ToolsListResult
impl Sync for ToolsListResult
impl Unpin for ToolsListResult
impl UnwindSafe for ToolsListResult
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