pub struct McpServerToolCallResponse {
pub _meta: Option<Value>,
pub content: Vec<Value>,
pub is_error: Option<bool>,
pub structured_content: Option<Value>,
}Fields§
§_meta: Option<Value>§content: Vec<Value>§is_error: Option<bool>§structured_content: Option<Value>Trait Implementations§
Source§impl Clone for McpServerToolCallResponse
impl Clone for McpServerToolCallResponse
Source§fn clone(&self) -> McpServerToolCallResponse
fn clone(&self) -> McpServerToolCallResponse
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 McpServerToolCallResponse
impl Debug for McpServerToolCallResponse
Source§impl<'de> Deserialize<'de> for McpServerToolCallResponse
impl<'de> Deserialize<'de> for McpServerToolCallResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for McpServerToolCallResponse
impl PartialEq for McpServerToolCallResponse
Source§fn eq(&self, other: &McpServerToolCallResponse) -> bool
fn eq(&self, other: &McpServerToolCallResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for McpServerToolCallResponse
Auto Trait Implementations§
impl Freeze for McpServerToolCallResponse
impl RefUnwindSafe for McpServerToolCallResponse
impl Send for McpServerToolCallResponse
impl Sync for McpServerToolCallResponse
impl Unpin for McpServerToolCallResponse
impl UnsafeUnpin for McpServerToolCallResponse
impl UnwindSafe for McpServerToolCallResponse
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