pub struct McpState {
pub tools: Vec<Value>,
pub clients: Vec<McpClient>,
}Fields§
§tools: Vec<Value>§clients: Vec<McpClient>Trait Implementations§
Auto Trait Implementations§
impl Freeze for McpState
impl RefUnwindSafe for McpState
impl Send for McpState
impl Sync for McpState
impl Unpin for McpState
impl UnsafeUnpin for McpState
impl UnwindSafe for McpState
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