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