pub struct ToolCallSignature {
pub tool_name: String,
pub args_hash: String,
}Fields§
§tool_name: String§args_hash: StringImplementations§
Trait Implementations§
Source§impl Clone for ToolCallSignature
impl Clone for ToolCallSignature
Source§fn clone(&self) -> ToolCallSignature
fn clone(&self) -> ToolCallSignature
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ToolCallSignature
impl Debug for ToolCallSignature
Auto Trait Implementations§
impl Freeze for ToolCallSignature
impl RefUnwindSafe for ToolCallSignature
impl Send for ToolCallSignature
impl Sync for ToolCallSignature
impl Unpin for ToolCallSignature
impl UnsafeUnpin for ToolCallSignature
impl UnwindSafe for ToolCallSignature
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