pub struct McpServerConnectionError {
pub server_id: McpServerId,
pub error: McpError,
}Expand description
Connection failure for one server returned by
McpServerManager::connect_all_settled.
Fields§
§server_id: McpServerIdThe registered server that failed to connect or complete discovery.
error: McpErrorThe underlying connection or discovery error for this server.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for McpServerConnectionError
impl !UnwindSafe for McpServerConnectionError
impl Freeze for McpServerConnectionError
impl Send for McpServerConnectionError
impl Sync for McpServerConnectionError
impl Unpin for McpServerConnectionError
impl UnsafeUnpin for McpServerConnectionError
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