pub struct McpConnectAttempt {
pub name: String,
pub proxied: bool,
pub outcome: McpConnectOutcome,
}Expand description
The result of attempting to connect (or authenticate) to an MCP server.
Fields§
§name: String§proxied: bool§outcome: McpConnectOutcomeImplementations§
Auto Trait Implementations§
impl Freeze for McpConnectAttempt
impl !RefUnwindSafe for McpConnectAttempt
impl Send for McpConnectAttempt
impl Sync for McpConnectAttempt
impl Unpin for McpConnectAttempt
impl UnsafeUnpin for McpConnectAttempt
impl !UnwindSafe for McpConnectAttempt
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