pub struct McpServerCustomizationApps {
pub capabilities: AhpMcpUiHostCapabilities,
}Expand description
Information from the agent host needed to render MCP Apps served by this MCP server.
Fields§
§capabilities: AhpMcpUiHostCapabilitiesThe subset of MCP App
HostCapabilities
the AHP host can satisfy for Views backed by this server. The
client feeds these straight through into the hostCapabilities of
the ui/initialize response delivered to the View.
Trait Implementations§
Source§impl Clone for McpServerCustomizationApps
impl Clone for McpServerCustomizationApps
Source§fn clone(&self) -> McpServerCustomizationApps
fn clone(&self) -> McpServerCustomizationApps
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 McpServerCustomizationApps
impl Debug for McpServerCustomizationApps
Source§impl<'de> Deserialize<'de> for McpServerCustomizationApps
impl<'de> Deserialize<'de> for McpServerCustomizationApps
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 McpServerCustomizationApps
impl PartialEq for McpServerCustomizationApps
Source§fn eq(&self, other: &McpServerCustomizationApps) -> bool
fn eq(&self, other: &McpServerCustomizationApps) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for McpServerCustomizationApps
Auto Trait Implementations§
impl Freeze for McpServerCustomizationApps
impl RefUnwindSafe for McpServerCustomizationApps
impl Send for McpServerCustomizationApps
impl Sync for McpServerCustomizationApps
impl Unpin for McpServerCustomizationApps
impl UnsafeUnpin for McpServerCustomizationApps
impl UnwindSafe for McpServerCustomizationApps
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