pub struct McpToolCall {
pub tool_name: String,
pub arguments_json: Option<String>,
}Fields§
§tool_name: String§arguments_json: Option<String>Trait Implementations§
Source§impl Clone for McpToolCall
impl Clone for McpToolCall
Source§fn clone(&self) -> McpToolCall
fn clone(&self) -> McpToolCall
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 moreAuto Trait Implementations§
impl Freeze for McpToolCall
impl RefUnwindSafe for McpToolCall
impl Send for McpToolCall
impl Sync for McpToolCall
impl Unpin for McpToolCall
impl UnsafeUnpin for McpToolCall
impl UnwindSafe for McpToolCall
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