pub struct McpAppToolCallCompleteToolMeta {
pub ui: Option<McpAppToolCallCompleteToolMetaUI>,
}Expand description
The tool’s _meta.ui block at the time of the call, so consumers can decide whether to forward the result to the model without re-listing tools.
Fields§
§ui: Option<McpAppToolCallCompleteToolMetaUI>MCP App tool _meta.ui resource URI and SEP-1865 visibility captured with an mcp_app.tool_call_complete result.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for McpAppToolCallCompleteToolMeta
impl<'de> Deserialize<'de> for McpAppToolCallCompleteToolMeta
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 McpAppToolCallCompleteToolMeta
impl RefUnwindSafe for McpAppToolCallCompleteToolMeta
impl Send for McpAppToolCallCompleteToolMeta
impl Sync for McpAppToolCallCompleteToolMeta
impl Unpin for McpAppToolCallCompleteToolMeta
impl UnsafeUnpin for McpAppToolCallCompleteToolMeta
impl UnwindSafe for McpAppToolCallCompleteToolMeta
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