pub struct MCPToolExecutionError {
pub content: Value,
}Available on crate feature
response-types only.Fields§
§content: ValueTrait Implementations§
Source§impl Clone for MCPToolExecutionError
impl Clone for MCPToolExecutionError
Source§fn clone(&self) -> MCPToolExecutionError
fn clone(&self) -> MCPToolExecutionError
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 MCPToolExecutionError
impl Debug for MCPToolExecutionError
Source§impl<'de> Deserialize<'de> for MCPToolExecutionError
impl<'de> Deserialize<'de> for MCPToolExecutionError
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 MCPToolExecutionError
impl PartialEq for MCPToolExecutionError
Source§impl Serialize for MCPToolExecutionError
impl Serialize for MCPToolExecutionError
impl StructuralPartialEq for MCPToolExecutionError
Auto Trait Implementations§
impl Freeze for MCPToolExecutionError
impl RefUnwindSafe for MCPToolExecutionError
impl Send for MCPToolExecutionError
impl Sync for MCPToolExecutionError
impl Unpin for MCPToolExecutionError
impl UnsafeUnpin for MCPToolExecutionError
impl UnwindSafe for MCPToolExecutionError
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