pub struct McpSdkServerStatusConfig {
pub type_: String,
pub name: String,
}Expand description
SDK MCP server config shape used in MCP status responses.
Fields§
§type_: StringDiscriminator for in-process SDK transport ("sdk").
name: StringLogical server name used in MCP config maps.
Trait Implementations§
Source§impl Clone for McpSdkServerStatusConfig
impl Clone for McpSdkServerStatusConfig
Source§fn clone(&self) -> McpSdkServerStatusConfig
fn clone(&self) -> McpSdkServerStatusConfig
Returns a duplicate of the value. Read more
1.0.0 · 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 McpSdkServerStatusConfig
impl Debug for McpSdkServerStatusConfig
Source§impl<'de> Deserialize<'de> for McpSdkServerStatusConfig
impl<'de> Deserialize<'de> for McpSdkServerStatusConfig
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 McpSdkServerStatusConfig
impl PartialEq for McpSdkServerStatusConfig
Source§impl Serialize for McpSdkServerStatusConfig
impl Serialize for McpSdkServerStatusConfig
impl Eq for McpSdkServerStatusConfig
impl StructuralPartialEq for McpSdkServerStatusConfig
Auto Trait Implementations§
impl Freeze for McpSdkServerStatusConfig
impl RefUnwindSafe for McpSdkServerStatusConfig
impl Send for McpSdkServerStatusConfig
impl Sync for McpSdkServerStatusConfig
impl Unpin for McpSdkServerStatusConfig
impl UnsafeUnpin for McpSdkServerStatusConfig
impl UnwindSafe for McpSdkServerStatusConfig
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