pub struct ToolCallRuntime { /* private fields */ }Trait Implementations§
Source§impl Debug for ToolCallRuntime
impl Debug for ToolCallRuntime
Auto Trait Implementations§
impl Freeze for ToolCallRuntime
impl !RefUnwindSafe for ToolCallRuntime
impl Send for ToolCallRuntime
impl Sync for ToolCallRuntime
impl Unpin for ToolCallRuntime
impl UnsafeUnpin for ToolCallRuntime
impl !UnwindSafe for ToolCallRuntime
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