pub struct McpClients<'a>(pub &'a [McpClient]);Expand description
The connected MCP clients as an McpCaller.
Tuple Fields§
§0: &'a [McpClient]Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for McpClients<'a>
impl<'a> !UnwindSafe for McpClients<'a>
impl<'a> Freeze for McpClients<'a>
impl<'a> Send for McpClients<'a>
impl<'a> Sync for McpClients<'a>
impl<'a> Unpin for McpClients<'a>
impl<'a> UnsafeUnpin for McpClients<'a>
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