pub struct McpAppToolCallCompleteError {
pub message: String,
}Expand description
Set when the underlying tools/call threw an error before returning a CallToolResult
Fields§
§message: StringHuman-readable error message
Trait Implementations§
Source§impl Clone for McpAppToolCallCompleteError
impl Clone for McpAppToolCallCompleteError
Source§fn clone(&self) -> McpAppToolCallCompleteError
fn clone(&self) -> McpAppToolCallCompleteError
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 McpAppToolCallCompleteError
impl Debug for McpAppToolCallCompleteError
Source§impl Default for McpAppToolCallCompleteError
impl Default for McpAppToolCallCompleteError
Source§fn default() -> McpAppToolCallCompleteError
fn default() -> McpAppToolCallCompleteError
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for McpAppToolCallCompleteError
impl<'de> Deserialize<'de> for McpAppToolCallCompleteError
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
Auto Trait Implementations§
impl Freeze for McpAppToolCallCompleteError
impl RefUnwindSafe for McpAppToolCallCompleteError
impl Send for McpAppToolCallCompleteError
impl Sync for McpAppToolCallCompleteError
impl Unpin for McpAppToolCallCompleteError
impl UnsafeUnpin for McpAppToolCallCompleteError
impl UnwindSafe for McpAppToolCallCompleteError
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