pub struct McpAppToolCallCompleteToolMetaUI {
pub resource_uri: Option<String>,
pub visibility: Option<Vec<String>>,
}Expand description
Schema for the McpAppToolCallCompleteToolMetaUI type.
Fields§
§resource_uri: Option<String>ui:// URI declared by the tool’s _meta.ui.resourceUri
visibility: Option<Vec<String>>Tool visibility per SEP-1865 (typically a subset of ["model","app"])
Trait Implementations§
Source§impl Clone for McpAppToolCallCompleteToolMetaUI
impl Clone for McpAppToolCallCompleteToolMetaUI
Source§fn clone(&self) -> McpAppToolCallCompleteToolMetaUI
fn clone(&self) -> McpAppToolCallCompleteToolMetaUI
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 McpAppToolCallCompleteToolMetaUI
impl Default for McpAppToolCallCompleteToolMetaUI
Source§fn default() -> McpAppToolCallCompleteToolMetaUI
fn default() -> McpAppToolCallCompleteToolMetaUI
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for McpAppToolCallCompleteToolMetaUI
impl<'de> Deserialize<'de> for McpAppToolCallCompleteToolMetaUI
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 McpAppToolCallCompleteToolMetaUI
impl RefUnwindSafe for McpAppToolCallCompleteToolMetaUI
impl Send for McpAppToolCallCompleteToolMetaUI
impl Sync for McpAppToolCallCompleteToolMetaUI
impl Unpin for McpAppToolCallCompleteToolMetaUI
impl UnsafeUnpin for McpAppToolCallCompleteToolMetaUI
impl UnwindSafe for McpAppToolCallCompleteToolMetaUI
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