pub struct ToolCallCustom { /* private fields */ }
Trait Implementations§
Source§impl Clone for ToolCallCustom
impl Clone for ToolCallCustom
Source§fn clone(&self) -> ToolCallCustom
fn clone(&self) -> ToolCallCustom
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§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