pub struct McpServerConnection { /* private fields */ }Auto Trait Implementations§
impl Freeze for McpServerConnection
impl !RefUnwindSafe for McpServerConnection
impl Send for McpServerConnection
impl Sync for McpServerConnection
impl Unpin for McpServerConnection
impl UnsafeUnpin for McpServerConnection
impl !UnwindSafe for McpServerConnection
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