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>Schema for the McpAppToolCallCompleteToolMetaUI type.
Trait Implementations§
Source§impl Clone for McpAppToolCallCompleteToolMeta
impl Clone for McpAppToolCallCompleteToolMeta
Source§fn clone(&self) -> McpAppToolCallCompleteToolMeta
fn clone(&self) -> McpAppToolCallCompleteToolMeta
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 Default for McpAppToolCallCompleteToolMeta
impl Default for McpAppToolCallCompleteToolMeta
Source§fn default() -> McpAppToolCallCompleteToolMeta
fn default() -> McpAppToolCallCompleteToolMeta
Returns the “default value” for a type. Read more
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