pub struct McpHttpClient { /* private fields */ }Expand description
MCP Client for HTTP transport
Implementations§
Auto Trait Implementations§
impl Freeze for McpHttpClient
impl !RefUnwindSafe for McpHttpClient
impl Send for McpHttpClient
impl Sync for McpHttpClient
impl Unpin for McpHttpClient
impl UnsafeUnpin for McpHttpClient
impl !UnwindSafe for McpHttpClient
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