pub struct McpState {
pub client: Option<RunningService<RoleClient, ()>>,
}
Fields§
§client: Option<RunningService<RoleClient, ()>>
Auto Trait Implementations§
impl Freeze for McpState
impl !RefUnwindSafe for McpState
impl Send for McpState
impl Sync for McpState
impl Unpin 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