pub struct CallMcpTool200Response {
pub content: Option<Vec<Value>>,
pub structured_content: Option<Value>,
pub is_error: Option<bool>,
}Fields§
§content: Option<Vec<Value>>§structured_content: Option<Value>§is_error: Option<bool>Implementations§
Source§impl CallMcpTool200Response
impl CallMcpTool200Response
pub fn new() -> CallMcpTool200Response
Trait Implementations§
Source§impl Clone for CallMcpTool200Response
impl Clone for CallMcpTool200Response
Source§fn clone(&self) -> CallMcpTool200Response
fn clone(&self) -> CallMcpTool200Response
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 CallMcpTool200Response
impl Debug for CallMcpTool200Response
Source§impl Default for CallMcpTool200Response
impl Default for CallMcpTool200Response
Source§fn default() -> CallMcpTool200Response
fn default() -> CallMcpTool200Response
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CallMcpTool200Response
impl<'de> Deserialize<'de> for CallMcpTool200Response
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 CallMcpTool200Response
impl PartialEq for CallMcpTool200Response
Source§impl Serialize for CallMcpTool200Response
impl Serialize for CallMcpTool200Response
impl StructuralPartialEq for CallMcpTool200Response
Auto Trait Implementations§
impl Freeze for CallMcpTool200Response
impl RefUnwindSafe for CallMcpTool200Response
impl Send for CallMcpTool200Response
impl Sync for CallMcpTool200Response
impl Unpin for CallMcpTool200Response
impl UnsafeUnpin for CallMcpTool200Response
impl UnwindSafe for CallMcpTool200Response
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