pub struct TempMcpConfig { /* private fields */ }Expand description
A temporary MCP config file that is cleaned up when dropped.
Created by McpConfigBuilder::build_temp(). Use path()
to get the file path for passing to QueryCommand::mcp_config().
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TempMcpConfig
impl RefUnwindSafe for TempMcpConfig
impl Send for TempMcpConfig
impl Sync for TempMcpConfig
impl Unpin for TempMcpConfig
impl UnsafeUnpin for TempMcpConfig
impl UnwindSafe for TempMcpConfig
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