pub struct McpConnectionDetails {
pub instructions: BTreeMap<String, String>,
pub tool_definitions: Vec<ToolDefinition>,
pub server_statuses: Vec<McpServerStatusEntry>,
}Fields§
§instructions: BTreeMap<String, String>§tool_definitions: Vec<ToolDefinition>§server_statuses: Vec<McpServerStatusEntry>Trait Implementations§
Source§impl Clone for McpConnectionDetails
impl Clone for McpConnectionDetails
Source§fn clone(&self) -> McpConnectionDetails
fn clone(&self) -> McpConnectionDetails
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 moreAuto Trait Implementations§
impl Freeze for McpConnectionDetails
impl RefUnwindSafe for McpConnectionDetails
impl Send for McpConnectionDetails
impl Sync for McpConnectionDetails
impl Unpin for McpConnectionDetails
impl UnsafeUnpin for McpConnectionDetails
impl UnwindSafe for McpConnectionDetails
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